NetBeans is a famous program editor software used by all professionals.It is written in java and it is available for all Operating syste...
NetBeans is a famous program editor software used by all professionals.It is written in java and it is available for all Operating systems Windows ,Linux & Mac OSX
In this Tutorial I will tell you how to Install / Remove NetBeans 8.0 on Ubuntu 14.04 / 13.10 / 13.04 / 12.10 / 12.04 & LinuxMint 16 / 15 / 14
NetBeans IDE 8.0 provides you the out-of the box code analyzers and editors compatible for working in latest JAVA 8 ,Netbeans lets you quickly and easily develop Java desktop, mobile, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS.
The IDE also provides a great set of tools for PHP and C/C++ developers.It is free and open source and has a large community of users and developers around the world.
Installation Steps
Before Proceeding for installation of NETBEANS java MUST for successfull installation, otherwise netbeans won't install
For Java Installation Please visit Check this post Install Java 6 / 7 / 8 On Ubuntu / LinuxMint
Otherwise Download Netbeans from oracle website ,it contains inbuilt JAVA to the package so no need to separately download and Install JAVA
Step 1: Download the NetBeans 8.0 from the NETBEANS website or click from ORACLE site
Step 2: After downloading change the permissions for the file for making the file as executable
sudo chmod 755 jdk-8-nb-8-linux-i586.shStep 3:Run the Installation File
sudo ./jdk-8-nb-8-linux-i586.sh
Removing Netbeans 8.0
For Complete removal of Netbeans 8.0 execute the file uninstall.sh. It will be in the location /usr/local/netbeans8.0/
For Complete removal of Netbeans 8.0 execute the file uninstall.sh. It will be in the location /usr/local/netbeans8.0/
sudo ./uninstall.sh
COMMENTS