NetBeans IDE is an open source code editor based on Java that lets you easily develop applications for desktop, mobile and the web in Java, PHP, C/C++, XML, HTML, JavaScript or Groovy. It provides support for JDK 7, Java EE 6 and JavaFS 2.0 using the latest Java technologies.

This brief tutorial is going to show you how to easily install it in Ubuntu. If you’re a developer who uses Ubuntu to write codes, then you may want to give NetBeans IDE a try. It is contently being updated with the latest cutting edge technologies out of the box.

Besides allowing you to write codes fast, it comes with support that enables you to add additional features for other languages not currently enabled. To read more about this application, please click this link.

Since this NetBeans is based on Java, to install it, you must first install Java JDK. To learn how to install Java JDK, please read this post.

After install Java JDK, go to this website and download a version for your Ubuntu machine. By default Firefox will save it in the Downloads folder of your home directory.

 

netbeans_ubuntu_install

 

After downloading NetBeans install script, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the command below to change into the Downloads folder.

cd ~/Downloads

 

After that, run the commands below to make NetBeans install script executable.

sudo chmod +x netbeans-7.2.1-ml-linux.sh

 

netbeans_ubuntu_install_1

 

Finally, run the commands below to install NetBeans.

 

netbeans_ubuntu_install_2

 

Follow the wizard until it’s complete

 

netbeans_ubuntu_install_3

 

When it’s done, open Dash and launch NetBeans.

 

netbeans_ubuntu_install_4

Frequently Asked Questions

How to install NetBeans IDE on Ubuntu 12.10 Quantal Quetzal?

To install NetBeans IDE on Ubuntu 12.10 Quantal Quetzal, you first need to install Java JDK, then download the NetBeans install script from the official website, make it executable, and run the installation wizard as guided.

What programming languages are supported by NetBeans IDE?

NetBeans IDE supports a variety of programming languages including Java, PHP, C/C++, XML, HTML, JavaScript, and Groovy, making it versatile for developing applications across different platforms.

What are the key features of NetBeans IDE for developers?

NetBeans IDE provides support for JDK 7, Java EE 6, and JavaFX 2.0, offering developers the latest Java technologies and tools to easily develop applications for desktop, mobile, and web environments.

How can NetBeans IDE enhance the coding experience on Ubuntu?

NetBeans IDE not only allows developers to write code quickly but also provides support for adding additional features for languages beyond Java, making it a valuable tool for developers working on Ubuntu.

What steps are involved in installing NetBeans on Ubuntu after downloading the install script?

After downloading the NetBeans install script in Ubuntu, you need to open the terminal, navigate to the Downloads folder, make the script executable using 'sudo chmod +x', and then run the script to install NetBeans IDE.

How can developers launch NetBeans IDE after completing the installation?

After successfully installing NetBeans IDE on Ubuntu, developers can open Dash and launch the application to start using it for coding and development projects.

What are the benefits of using NetBeans IDE over other code editors on Ubuntu?

NetBeans IDE offers continuous updates with cutting-edge technologies, supports multiple programming languages, and provides a user-friendly interface, making it a preferred choice for developers working on Ubuntu.

Where can I find more information about NetBeans IDE and its features?

For more detailed information about NetBeans IDE and its features, you can visit the official NetBeans website or refer to additional resources linked in the article for a comprehensive overview.