

- #Netbeans change default project folder how to
- #Netbeans change default project folder mac os
- #Netbeans change default project folder install
Now click on file menu and select New Project then select Java Web and then Web Application as follows.įrom the file menu select "New Project" -> "Java Web" -> "Web Application" as in the following figure: Open the Netbeans IDE to start your project.

Step 1: Start creating web application project
#Netbeans change default project folder how to
Change the Project Location to any directory on your computer.In this article we discuss how to create a JSP web page in the Netbeans IDE 7.4 using the Tomcat Server 7.0.40. In the Name and Location panel, type DemoProjectType in the Project Name field. Change the Project Location to any directory on your computer. ,In the Name and Location panel, type DemoProjectType in the Project Name field. OR- projectsFolder=\Applicatons\projects\Ĭhange the default code to the following:,Ĭhange the default code to the following: Mine was located here after these changes: C:\APPS\netbeans\config\Preferences\org\netbeans\modulesįinally, you've reached the finish line and can change the projectsFolder property value to the path you want, if you don't see a line for projectsFolder then simply type or paste one in at the bottom of the file to point to your path where you want NetBeans to store projects by default, such as: projectsFolder=C:/APPS/projects/ It will now create a new projectui.properties file in the userdir you set this is the file that wasn't found before this workaround that you need to edit as per the other suggestions. Next, you need to open NetBeans IDE with the new IDE settings and start to create a new Java project (then cancel after second screen in project creation wizard). This changes the default userdir which stores user-specific IDE settings, but not the default project folder/directory. OR- netbeans_default_userdir="\Applicatons\netbeans\" With your new projects directory/folder path: netbeans_default_userdir="C:/APPS/netbeans/"

Then edit the nf file to replace the userdir line: netbeans_default_userdir="$/7.3" Look for nf in Linux: sudo find / -name "nf" 2> /dev/null
#Netbeans change default project folder mac os
Look for nf on Mac OS X: find / -name "nf" -print &
#Netbeans change default project folder install
Search your system for nf (from explorer window) or go to its default install location: C:\Program Files\NetBeans 7.3\etc\nf Slightly different way of doing it for NetBeans 7.3 latest release (at least for Windows 7, 64-bit). For me (Windows) it was under C:\Documents and Settings\Catchwa\.netbeans\6.9\config\Preferences\org\netbeans\modules\\7.3\config\Preferences\org\netbeans\modules\projectui.properties,C:\Users\UserName\AppData\Roaming\NetBeans\7.2\config\Preferences\org\netbeans\modules\projectui.properties,I found mine in a slightly different location (Windows 7 64-bit using Netbeans 7.2): On Windows you could find that file in: \.netbeans\.\projectui.propertiesįind the projectui.properties file. On my Windows 7 it's Users\\AppData\Roaming\NetBeans\7.2.1\config\Preferences\org\netbeans,In new netbeans 7 search file: D:\Users\YourWindowsUserName\.netbeans\7.0\config\Preferences\org\netbeans\modules\projectui.properties,On a Mac, the edit ~/.netbeans/7.0/config/Preferences/org/netbeans/modules/projectui.properties,Edit the file C:\Users\\AppData\Roaming\NetBeans\8.2.0\config\Preferences\org\netbeans\modules\projectui\groups\.properties
