For me, both things are exactly the same. What's the point of these? Where's the difference between Project Folder and Source Folder?
views:
132answers:
2
+1
A:
The Project Folder is where the nbproject folder (Netbeans configuration for the project) is stored. The Source Folder is where your have all your stuff.
They can be different but you need to check the Put NetBeans metadata into a separate directory in the New Project wizard. Afterwards, it can't be changed.
Álvaro G. Vicario
2009-12-22 20:53:16
+1
A:
The Project Folder will have have the build and dist folders in it along with the source folder. The source folder only contains your source code where the project folder hold the compiled classes, meta information, test cases, and distribution folder.
Jeff Beck
2009-12-23 08:43:40