Install NetBeans 8.1 IDE on Ubuntu Linux

NetBeans is one of the IDE (Integrated Development Environment) used by java programmers. Before we use the IDE of course we have to install Java JDK first.

Before we install NetBeans, we have to download the NetBeans file first.

We will go to the page like the picture below.

image

Choose the package as you wish, I myself choose the All.
image

Next we open the terminal, go to the Downloads folder, where the download file is saved.


cd Downloads/


To install run the command.


chmod +x netbeans-8.1-linux.sh sh ./netbeans-8.1-linux.sh


Later will open the installation window. Admit the steps - steps.

image

Click Next.

image

Check the *accept, then click Next.

image

Select the directory where JDK is located. In this case /usr/local/java/jdk1.8.0_60

image

If you already click Next.

image

Just click Install.

image

In process.

image

Completed, click Finish.

Now we open its netbeans.

image

We try to run a project. Click
New Project.

image

Select Java -> Java Application, Click Next.

image

Fill out the form as you see fit, Click Finish.

image

Let's try to create a program that displays Hello World.

image

Click Build, then Run.

image

has successfully installed Netbeans, and we have tried to run a project.

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center