NetBeans8.0 is just released. If you haven't installed NetBeans8.0, this short tutorial will show you how to install it quickly on Ubuntu. This article will be a good guide for developers who need help in installing NetBeans. To those who do not know about NetBeans, NetBeans is an IDE application software tool that allows users to quickly and efficiently develop and build desktop applications, mobile applications, and Web applications. It is a free and open-source product.
NetBeans 8.0 is just released. If you haven't installed it yet, this short tutorial will show you how to install it quickly on Ubuntu. This article will be a good guide for developers who need help in installing NetBeans.
To those who do not know about NetBeans, NetBeans is an IDE application software tool that allows users to quickly and efficiently develop and build desktop applications, mobile applications, and Web applications.
It is a free and open-source product that is supported by a huge community composed of many users and developers.
Some features added in version 8 are: support for JDK 8 editors and tool enhancements, Tomcat 8.0, CDI enhancement, a new Maven graphical layout switch, an editor that supports and creates JQuery controls and plug-ins, HTML 5 and PHP 5.5 support.
-------------------------------------- Split line --------------------------------------
Recommended reading:
Ubuntu 12.10 Netbeans installation configuration details http://www.linuxidc.com/Linux/2013-01/78357.htm
Ubuntu Netbeans Xdebug debugging environment [real environment test] http://www.linuxidc.com/Linux/2012-08/69079.htm
Install the NetBeans IDE 8.0 http://www.linuxidc.com/Linux/2014-03/99125.htm on Ubuntu, Linux Mint, Elementary OS, and Debian
-------------------------------------- Split line --------------------------------------
For more details about this release, see its release homepage.
There are two main ways to download and install NetBeans IDE. Download a package file containing JDK 8 and NetBeans. This combination makes the applications running on the Java platform highly scalable.
Download this package from here.
Another way to get NetBeans is to download and install it directly from its official download page. In this way, you can download Tomcat 8.0, which includes components such as the NetBeans Platform SDK, Java FX, Java EE, Java ME, HTML5, C/C ++, Groovy, PHP, and Apache. package.
There are five optional download packages. Select one you want and click the next button.
To obtain these packages, go to the NetBeans download page.
Install Java JDK before installing NetBeans
Before installing NetBeans, you must install Java JDK. Without JDK, NetBeans cannot be installed. About how to install Java JDK knowledge, you can read Ubuntu 14.04 configuration Java SE jdk-7u55.
After installing Java JDK, continue to the following NetBeans installation.
If you select an Oracle version, JDK has been integrated into the downloaded package file. All you need to do is run the executable file to install both JDK and NetBeans.
After downloading the required installation package, run the following command to make the installation package executable.
chmod +x ~/Downloads/netbeans-8.0-linux*.sh
The above command assumes that the file has been downloaded to the download directory of your Ubuntu system.
Next, run the following command to start installation.
sh -c " ~/Downloads/netbeans-8.0-linux*.sh"
Follow the instructions in the installation wizard until the installation is complete.
Wish you success ~
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
NetBeans details: Click here
NetBeans: Click here
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-05/101311.htm