How to change the default project directory in Netbeans 6.9 for Java SE\ME\EE?
A:
I don't think you can make it module-specific but you can set it as follows:
- Close NetBeans
- Find the
projectui.properties
file. For me (Windows) it was underC:\Documents and Settings\Catchwa\.netbeans\6.9\config\Preferences\org\netbeans\modules\projectui.properties
- The
projectsFolder=C:\\NetBeansProjects
variable is I think what you want to change.
Catchwa
2010-06-21 07:16:42
unfortunately I can not find that variable in my projectui.propertiesmaybe I should create it?
battistis
2010-06-21 19:47:56
it can't hurt to try it
Catchwa
2010-06-21 23:06:00
ok, just addedworks perfectly !!!***thank you very much***
battistis
2010-06-27 16:13:18