Tuesday, December 04, 2007

netbeans 6 on ubuntu

Netbeans 6 is out today, before install it on ubuntu, a few things need to be done.

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


and there you are, a netbeans on your ubuntu desktop



what next, actually, i'm not sure, watching the netbeans video maybe?
http://www.netbeans.org/kb/60/intro-screencasts.html

No comments:

Post a Comment