Skip some file during compilation Eclipse

后端 未结 5 748
误落风尘
误落风尘 2020-12-09 07:40

Is there any way to skip some Java files when compiling under Eclipse?

5条回答
  •  难免孤独
    2020-12-09 08:23

    Remove the class from the build path. You can do this for a single file or group of files by selecting them in the Project Explorer, then right click → Build Path → Exclude.

    enter image description here

提交回复
热议问题