ubuntu

How to install Netbeans IDE on ubuntu 12.04

13

To install Netbeans IDE on ubuntu 11.10 click here

NOTE: JDK 6 or above (JDK 7) is required for installing and running the Java SE, Java EE and All NetBeans Bundles.

To install JDK 7 on ubuntu click here

1.Go to Netbeans download page  and download the netbeans Linux (x86/x64)  .sh installer file (like netbeans-7.1.2-ml-linux.sh).

2.Copy your Netbeans installer file to your Desktop.

3.Open Terminal.To open terminal click the Dash home from unity launcher.And type terminal in the search field.And click Terminal.

4.Type the below code in terminal and hit enter.

cd Desktop


5.Then type below code in terminal and hit enter

sudo chmod +x netbeans-*

Type your ubuntu password if needed and press enter.

6.Then type below code and press enter

sudo ./netbeans-*

7.And then install Netbeans from GUI installer window.

After the successful installation,click the Dash home from unity launcher.And type netbeans in the search field.And click Netbeans IDE to open.

If you enjoyed this article, Get email updates (It’s Free)
avatar
Author :  

Hello visitor! Subscribe to the RSS feed or subscribe via email to receive updates.

Browse related articles

Ubuntu 13.10 (Saucy Salamander) Release Schedule Ubuntu 13.10 (Saucy Salamander) Release Schedule

Ubuntu 13.10 (Saucy Salamander) is scheduled for release in  17th October, 2013 Ubuntu 13.10 Release Schedule: Ubuntu 13.10 Alpha 1 – June 20th,2013 Ubuntu 13.10 Alpha 2 – July 18th,2013 Ubuntu 13.10 Alpha 3 – August 1st,2013 Ubuntu 13.10 Beta 1- September 5th,2013 Ubuntu 13.10 Final Beta – September 26th,2013 Ubuntu 13.10 Release Candidate – [...]

Linux 3.9 released Linux 3.9 released

Linux 3.9 is now available for download.What’s new in this release? Fix a build warning Fix missing put_cpu_var() in tlb_batch_add_one() when not batching. do not expose broken video output streams disable -mlong-calls compiler option for kernel modules fix atime/mtime regression Provide __ucmpdi2 to resolve undefined references in 32bit builds. Change kunmap macro to static inline [...]

Ubuntu 13.04 Released Ubuntu 13.04 Released

Ubuntu 13.04 (Raring Ringtail) is now available for download. What’s new in ubuntu 13.04? Linux kernel 3.8.8 Unity user interface changes Unity 7 New interface animations, including window snap Scroll-switching of open windows from Unity Launcher New Social Lens Workspace item removed from launcher A new sync menu for Ubuntu One Upstart 1.8 LibreOffice 4.0 [...]

Ubuntu 13.10 codenamed Saucy Salamander Ubuntu 13.10 codenamed Saucy Salamander

Ubuntu 13.10 gets a codename Saucy Salamander, Canonical founder Mark Shuttleworth revealed on his personal blog post. Ubuntu 13.10 is scheduled for release in  late October, 2013 Source: Salamander wiki If you enjoyed this article, Get email updates (It’s Free) Tweet Pin It

13 Comments on How to install Netbeans IDE on ubuntu 12.04

  1. [...] To install Netbeans IDE on Ubuntu 12.04 Click Here [...]

  2. avatar Dinober1 says:

    Thanks.It is very clear.

  3. avatar Gokul R says:

    Thank you sooo sooo much..this is very very clear..my netbeans is working perfectly in ubuntu 12.04(Precise Pengluin)…thank u that i don’t know how to express my joy..

  4. avatar Jerry says:

    Thank you!!!!!!!!!!!!

  5. avatar Raymond says:

    I tried the abve but give me errors. Is there any other way to install the netbeans on my machine(Samsung notebook 32bit)
    The errors :
    raymond@raymond-N150P:~$ cd Desktop
    raymond@raymond-N150P:~/Desktop$ sudo chmod +x netbeans-*
    [sudo] password for raymond:
    raymond@raymond-N150P:~/Desktop$ sudo ./netbeans-*
    ./netbeans-7.2.1-ml-linux.sh: 2: ./netbeans-7.2.1-ml-linux.sh: Syntax error: newline unexpected
    raymond@raymond-N150P:~/Desktop$
    Please help me out……..thanx

  6. avatar zafar says:

    Thank you!
    it works :)

  7. avatar @RealVictorF says:

    You are brillant!!!! :D
    Guys: don’t forget to install JDK 7. Here another brillant explanation http://askubuntu.com/questions/67909/how-do-i-install-oracle-jdk-6

  8. Thanks for wonderfull writeup.
    I m enjoying Netbeans on Ubuntu ……..gr8

  9. avatar Darksoulsong says:

    This command sudo ./netbeans-*
    gave me the following error: invalid file (bad magic number): Exec format error.

Leave a Reply