19 August 2012

How to Install Netbeans IDE in Ubuntu/Linux Mint

4 comments

how to install netbeans IDE in Linux Mint
NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java, JavaScript, PHP.


To install Netbeans IDE in Ubuntu/Linux Mint , follow these simple steps

Note:  jdk 6 or above should be installed on your system before , you install Netbean IDE.

To install jdk 7 in Ubuntu CLICK HERE

Step 1:Download Netbeans IDE from DOWNLOAD PAGE according to your need.

Step 2: Copy Netbeans Installer file (like netbeans-7.1.2-ml-linux.sh) to your desktop.

Step 3: Open terminal (Ctrl + Alt + t) and run the following commands one by one

$ cd Desktop/

$ sudo chmod +x netbeans-*

$ sudo ./netbeans-*

Step 4. After writing above commands , GUI installer pop up

install netbeans IDE in ubuntu 12.04

After Successful installation, you can open your Netbeans IDE by searching in Dash.


That's it.
Enjoy :)


If You Liked This Post Please Take a Time To Share This Post

You May Also Like...

4 comments:

  1. I followed the steps exactly and was not successful in installing netbeans. It does not work. No gui installer ever appeared on my Ubuntu

    ReplyDelete
    Replies
    1. Check whether your netbeans downloaded at ~/Downloads folder or ~/Desktop folder then work accordingly

      Delete