NetBeans IDE 8.2 released. How to install NetBeans 8.2 in Ubuntu using terminal. NetBeans IDE For Linux Ubuntu lets you quickly and easily develop Java desktop, mobile, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS.
NetBeans IDE is the official IDE for Java 8. With its editors, code analyzers, and converters, you can quickly and smoothly upgrade your applications to use new Java 8 language constructs, such as lambdas, functional operations, and method references.
The NetBeans IDE features fast and smart code editing functions. The NetBeans Editor indents lines, matches words and brackets, and highlights source code syntactically and semantically. It lets you easily refactor code, with a range of handy and powerful tools, while it also provides code templates, coding tips, and code generators.
Users can easily write bug free code. NetBeans provides static analysis tools, especially integration with the widely used FindBugs tool, for identifying and fixing common problems in Java code. In addition, the NetBeans Debugger lets you place breakpoints in your source code, add field watches, step through your code, run into methods, take snapshots and monitor execution as it occurs.
The editor supports many languages from Java, C/C++, XML and HTML, to PHP, Groovy, Javadoc, JavaScript and JSP. Because the editor is extensible, you can plug in support for many other languages.
NetBeans IDE 8.2 for Ubuntu
NetBeans IDE 8.2 provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies–Java SE 8, Java SE Embedded 8, and Java ME Embedded 8. The IDE also has a range of new tools for HTML5/JavaScript, in particular for Node.js, KnockoutJS, and AngularJS; enhancements that further improve its support for Maven and Java EE with PrimeFaces; and improvements to PHP and C/C++ support.
NetBeans IDE 8.2 is available in English, Brazilian Portuguese, Japanese, Russian, and Simplified Chinese.
Install NetBeans IDE 8.2 Ubuntu
Run the following commands in terminalt to install NetBeans IDE 8.2 on Ubuntu:
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ apt-cache search oracle-java8
$ sudo apt-get install oracle-java8-installer
$ sudo apt-get install oracle-java8-set-default
$ wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh
$ chmod +x netbeans-8.2-linux.sh
$ ./netbeans-8.2-linux.sh
Once you execute the installer script command, the NetBeans IDE 8.2 installer page will be displayed. Follow the on-screen instructions to complete the installation.
Download NetBeans IDE 8.2 Ubuntu
On the NetBeans IDE Download page, you can obtain one of several installers, each of which contains the base IDE and additional tools.
The following installers are available:
- Java SE. Supports all standard Java SE development features as well as support for NetBeans Platform development and JavaFX 2.2 SDK (or newer) or JavaFX 8 SDK.
- Java EE. Provides tools for developing Java SE and Java EE applications as well as support for NetBeans Platform development and JavaFX 2.2 SDK (or newer) or JavaFX 8 SDK. This download option also includes GlassFish Server Open Source Edition 4.1.1, and Apache Tomcat 8.0.27 software.
- HTML5/JavaScript. Provides tools for HTML5/Javascript development. Includes Java Runtime Environment and does not require a separate Java installation.
- PHP. Provides tools for PHP 7 development, Zend and Symfony Framework support. Includes Java Runtime Environment and does not require a separate Java installation.
- C/C++. Supports development in the C, C++, Qt, Fortran and Assembly languages. Includes Java Runtime Environment and does not require a separate Java installation.
- All. This is a full download option, which contains all the runtimes and technologies available for the NetBeans IDE.