This guide shows you how to install NetBeans on your My OS / Ubuntu desktop. First you must install the Java Development Kit (JDK) so NetBeans can run, compile and execute Java programs. Netbeans Distribution is available in the Form of an *.sh file.
1. Requirements
JDK (Java Development Kit)
IDE Netbeans
Download : http://netbeans.org/downloads/
2. Installation
Go to Netbeans download page and download the netbeans Linux (x86/x64) *.sh installer file (Example : netbeans-7.2-ml-linux.sh).
Open Terminal (Ctrl+Alt+T), or go to menu Application -> Accessories -> Terminal.
Go to your Download directory (Ex : “/home/user/Desktop” ).
dnd@riyaniezt:~$ cd /home/dnd/Download dnd@riyaniezt:~$ ls netbeans-7.2-ml-linux.sh
If the terminal window is already visible, then go to the right of access as root. Inside terminal, execute the following command :
dnd@riyaniezt:~/Download$ sudo sh netbeans-7.2-ml-linux.sh [sudo] password for dnd:
Type your password if needed and press enter.
And then install Netbeans from GUI installer window. click the “Next >” button.
Check the radio button “I accept the terms in the license agreement. Install JUnit”, and then click the “Next >” button.
Check the radio button “I accept the terms in the license agreement. Install JUnit”, and then click the “Next >” button.
On the next window “Netbeans IDE 7.2 Installation”, click the “Next >” button.
On the next window “GlassFish 3.1.2.2 Installation, click the “Next >” button.
On the Next window “Summary”, click the “Install” button to start Netbeans installation process.
The next step wait for the finished installation.
3. Open Netbeans IDE
To open Netbeans IDE, go to Main Menu -> Programming -> Netbeans 7.2.0