How Do I Uninstall NetBeans in Mac OS X?

Drag-and-drop to trash all the folders NetBeans 6.x.app, glassfish-v2.x (if installed) , glassfish-v3 (if installed), sges-v3 (if installed), apache-tomcat-x (if installed) Delete ~/.netbeans/6.x if you don`t want to save your NetBeans settings or if your IDE behaves strangely. To clear the history of the installed software on Mac OS 10.6 Snow Leopard delete [...]

Netbeans and utf-8 setting

edit netbeans.conf in /etc for windows xp

C:\Program Files\NetBeans 6.5\etc

Add -J-Dfile.encoding=UTF-8

to netbeans_default_options: place

NetBeans IDE: Adding/Changing JVM command line args

You can indeed set your favorite JVM command line args to use with NetBeans. Here’s how to do it.

1. Go to the directory where you installed NetBeans IDE. 2. In that directory, go to the ‘etc’ directory. 3. In that ‘etc’ directory, there is a file called ‘netbeans.conf’. Open that netbeans.conf file

Here’s [...]