OPERATING SYSTEMSOS Linux

How to Install NetBeans 8.0.2 on Ubuntu

Let’s get started with NetBeans awesome IDE for Java. In order to install NetBeans 8.0.2 on Ubuntu, you have to have JDK installed on your system. If you don’t know whether JDK is installed on your system or not then you can simply run this command in terminal:
$ javac

If it results in error, it means that there is no JDK installed. If JDK is not installed on your system then you can install it by using the following command in terminal:
$ sudo apt-get install openjdk-12-jdk

After installing JDK, you can follow the steps shown in the video from downloading to installation and then creation of the Java project. Make sure you watch complete video for a better understanding.

Download Link for Netbeans IDE: https://netbeans.org/downloads/8.0.2/
The file permission video that I have referred to in the video: https://www.youtube.com/watch?v=ZzoC88EwXBQ&list=PLH4mzrKSvtSKWjMET-TVf85ZBMz_zvRGW

source

ubuntu download

Leave a Reply

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