Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are the configuration files kept for Project Groups in Netbeans 7?

I want to delete some project groups in Netbeans 7.2 that I no longer use.

Netbeans 7.2 & 7.3 don't keep the configuration information for Project Groups in $USER_HOME/.netbeans as previous versions did. The closest I've been able to find is this blog post that describes where project group properties files are kept in Netbeans 6.x, 7.0, & 7.1.

like image 526
Green Avatar asked May 17 '13 16:05

Green


2 Answers

Netbeans 7.3 stores the groups in the same location as 7.2, but you must create the first group before seeing the folders. The folder is %USER_HOME%\AppData\Roaming\NetBeans\7.3\config\Preferences\org\netbeans\modules\projectui\groups

like image 152
Luca Avatar answered Sep 24 '22 22:09

Luca


Also, if you ever use Linux Netbeans 8.0.2: ~/.netbeans/8.0.2/config/Preferences/org/netbeans/modules/projectui/groups/

like image 39
adnan Avatar answered Sep 23 '22 22:09

adnan