How To Install Netbeans IDE on My OS / Ubuntu (Linux)

Netbeans

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

  1. JDK (Java Development Kit)

  2. IDE Netbeans

2. Installation

  1. Go to Netbeans download page  and download the netbeans Linux (x86/x64)  *.sh installer file (Example : netbeans-7.2-ml-linux.sh).

  2. Open Terminal (Ctrl+Alt+T), or go to menu Application -> Accessories -> Terminal.

  3. Go to your Download directory (Ex :  “/home/user/Desktop” ).

    dnd@riyaniezt:~$ cd /home/dnd/Download
    dnd@riyaniezt:~$ ls
    netbeans-7.2-ml-linux.sh
  4. 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.

  5. And then install Netbeans from GUI installer window. click the “Next >” button.

  6. Check the radio button “I accept the terms in the license agreement. Install JUnit”, and then click the “Next >” button.

  7. Check the radio button “I accept the terms in the license agreement. Install JUnit”, and then click the “Next >” button.

  8. On the next window “Netbeans IDE 7.2 Installation”, click the “Next >” button.

  9. On the next window “GlassFish 3.1.2.2 Installation, click the “Next >” button.

  10. On the Next window “Summary”, click the “Install” button to start Netbeans installation process.

  11. 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

Leave a Reply

Your email address will not be published. Required fields are marked *