Building vs. Compiling (Java)

后端 未结 8 1039
心在旅途
心在旅途 2020-12-12 08:47

Thinking that the answer to this is pretty obvious but here it goes:

When I am working on a small project for school (in java) I compile it.

On my

8条回答
  •  眼角桃花
    2020-12-12 08:55

    In Eclipse and IntelliJ, the build process consist of the following steps: cleaning the previous packages, validate, compile, test, package,
    integration, verify, install, deploy.

提交回复
热议问题