Pages

Tuesday, September 11, 2012

How to install Netbeans IDE on ubuntu 12.04

01.Go to the netbeans downlod page and download the netbeans linux installer(like netbeans-7.1.2-ml-linux.sh).

02.Open Terminal(Ctrl+Alt+T).

03. Normally Terminal open with your home folder. Change the path to your netbeans installer is downloaded.

cd  /Download
04.Type the following code and press enter. Change netbeans-7.1.2-ml-linux.sh with your downloaded file name.

sudo chmod +x  netbeans-7.1.2-ml-linux.sh
05.Type your password. Then type the follwing code and press enter.Change netbeans-7.1.2-ml-linux.sh with your downloaded file name.

sudo ./netbeans-7.1.2-ml-linux.sh
06.Then install netbeans from GUI installer. Click customize and select Apache Tomcat as your runtime. Wait for the Installation to finish. Launching NetBeans IDE go to Applications -> Programming ->NetBeans IDE.


Note : Java is required to install nebeans. First install java and next install netbeans to your computer. This post is guide how to install java in ubuntu.

In next post we will see how to write your first web application in java using netbeans.

No comments:

Post a Comment