简体   繁体   中英

netbeans vs eclipse project structure comparision

I use Netbeans and I have the same problem while learning from project that is written in Eclipse. In Eclipse, why is there another folder "Java Resources"? should not all the source files be in - src/main/java and resources files in - src/main/resources ?

Why use folder "Java Resources" to write source files.

在此处输入图片说明

The folders you see in the Eclipse project explorer are not "real" folders. The source files are indeed in src/main/java , but Eclipse gives you a different view on these folders. Look at the Eclipse project in a file browser and you see the real structure.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM