Search code examples
javanetbeansdefaultdirectory

How to change the default project directory (folder) in Netbeans 6.9?


How to change the default project directory in Netbeans 6.9 for Java SE\ME\EE?


Solution

  • I don't think you can make it module-specific but you can set it as follows:

    1. Close NetBeans
    2. Find the projectui.properties file. For me (Windows) it was under C:\Documents and Settings\Catchwa\.netbeans\6.9\config\Preferences\org\netbeans\modules\projectui.properties
    3. The projectsFolder=C:\\NetBeansProjects variable is I think what you want to change.