Reputation: 20194
I want Netbeans 6.1 to store the .netbeans directory in another place than the default. How do I do this?
Upvotes: 0
Views: 763
Reputation: 17960
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
Upvotes: 2
Reputation: 20194
There's config file:
<Netbeans>/etc/netbeans.conf
netbeans_default_userdir=<dir>
Upvotes: 0