I want Netbeans 6.1 to store the .netbeans directory in another place than the default. How do I do this?
A:
There's config file:
<Netbeans>/etc/netbeans.conf
netbeans_default_userdir=<dir>
cretzel
2008-10-02 06:50:04
+2
A:
You can also specify this when you run Netbeans IDE via the command line. This is useful if you want to have different profiles/working environments in the IDE or when you are testing out Netbeans IDE plug-ins. This works from 5.0 to the current version (6.5).
Simply specify "--userdir " on the command line. Example:
netbeans --userdir /local/file/system/netbeans/userdir/6.1
James Schek
2008-10-02 14:51:38