K. Tsang wrote:Ah if you want to do that then your so-called Netbeans project will be one BIG project.
Just curious why put everything into one BIG project? Unless you plan to share code in whatever way possible (which probably better to use library aka its own jar file hence its own project)
I know you are trying to help, but you have made an assumption that contradicts what I said in my question and then asked me why I am doing what you assumed I am doing, when I am not, in fact, doing that. ;^)
I want to be able to store all of my many project folders
separate from my actual code and classes. And I want to store all my code for a particular package in the same actual folder rather than having some code for com.mydomain.mypackage actually stored under C:\dev\project1\src\com\mydomain\mypackage and some other code for the same package stored under C:\dev\project2\src\com\mydomain\mypackage. And please don't suggest that I could simply limit myself to putting all code for one package into a single project. That is a limitation I am not willing to accept.
In addition, I want to be free to use any
IDE I want for any particular piece of code. If the code itself is stored under a NetBeans project folder, then it is more difficult to use that code in Eclipse or IntelliJ.
Finally, with all the source in one tree, instead of a bunch of scattered parallel trees, it is a lot easier to search for and use what I have created.