netbeans 6 on ubuntu

one install jdk, this can be done by
1) use synaptic, search for sun-java6-jdk, and install it.
or
2) type the following on terminal

sudo apt-get install sun-java6-jdk

once done
go to the place you save the netbeans installer
using terminal type

chmod +x netbeans-6.0-linux.sh

then you can execute it, by type

./netbeans-6.0-linux.sh

That’s it.

netbeans video:
http://www.netbeans.org/kb/60/intro-screencasts.html

One Response to “netbeans 6 on ubuntu”

  1. Download:
    http://download.netbeans.org/netbeans/6.0/final/

Discussion Area - Leave a Comment