Can I use JAVAC to compile a project with multiple files and directories?

后端 未结 4 2097
难免孤独
难免孤独 2020-12-18 00:23

I\'m working on a very large project that has associated class files in multiple directories, all stemming from the root dir \\src.

I\'m trying to compile a file in

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-18 00:35

    You definitely want a build tool. You might want to look at these questions:

    • https://stackoverflow.com/questions/80622/maven-or-ant
    • What do you use for a complex build process?
    • What are some good java make utilities?

提交回复
热议问题