How to change the default project directory in Netbeans 6.9 for Java SE\ME\EE?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
I found mine in a slightly different location (Windows 7 64-bit using Netbeans 7.2):
C:\Users\UserName\AppData\Roaming\NetBeans\7.2\config\Preferences\org\netbeans\modules\projectui.properties
I don't think you can make it module-specific but you can set it as follows:
projectui.properties
file. For me (Windows) it was underC:\Documents and Settings\Catchwa\.netbeans\6.9\config\Preferences\org\netbeans\modules\projectui.properties
projectsFolder=C:\\NetBeansProjects
variable is I think what you want to change.Under Windows 7, logged in under AD, the projectui.properties file's directory was under the parent folder listed in the
USERPROFILE
environment variable (typeset
in a command prompt window):It was not in the directories pointed at by the HOME or APPDATA variables.
Changed
projectsFolder
value to new location, restarted NetBeans and default folder for new projects was in the new location. It worked!In linux/Ubuntu
Update the following content in projectui.properties file
In newer versions, right-click on the project you want to move in the 'Projects' tab, and then click 'Move'. This will allow you to move the project to a new directory.
In windows 7 64 bit properties file can be found under c:\Users\user\AppData\Roaming\NetBeans\7.2.1\config\Preferences\org\netbeans\modules\ folder