Site icon TechGit

Install Apache Netbeans IDE on Ubuntu

Netbeans IDE for Linux Ubuntu. Install Netbeans IDE on Ubuntu 18.10, Ubuntu 18.04, Ubuntu 17.10, Ubuntu 17.04, Ubuntu 17.10, Ubuntu 17.04, Ubuntu 15.10, Ubuntu 15.04 and other Ubuntu Derivatives.

Apache NetBeans is much more than a text editor. It highlights source code syntactically and semantically, lets you easily refactor code, with a range of handy and powerful tools. It works on all the popular languages – Java, JavaScript, PHP, HTML5, CSS, and more. Apache NetBeans provides editors, wizards, and templates to help you create applications in Java, PHP and many other languages. Apache NetBeans can be installed on all operating systems that support Java, i.e, Windows, Linux, Mac OSX and BSD. Write Once, Run Anywhere, applies to NetBeans too.

Apache NetBeans 10.0

Apache NetBeans (incubating) 10.0 is the second major release of the Apache NetBeans IDE. This release is focused in adding support for JDK 11, JUnit 5, PHP, JavaScript and Groovy, as well in solving many issues. JDK 11 support has been enhanced – integration with the nb-javac project, adding support for JDK 11. Removed the CORBA modules and support for JEP 309, Dynamic Class-File Constants. Support for JEP 323, Local-Variable Syntax for Lambda Parameters and support for LVTI Support for Lamdba Parameters.

For PHP 7.3, you can now add trailing commas in function calls under PHP 7.3. For PHP 7.2 we support trailing commas in list syntax, coloring for object types and PHP version in project properties. For PHP 7.1 it has class constant visibility, multi-catch exception handling, nullable types, support for keys in list(), coloring for new keywords (void, iterable). More PHP features include: context sensitive lexer, PHPStan support, debugger, twig, hints, suggestions, code completion…​ visit PHP Features Page and NetBeans 10 New and Noteworthy for more details on PHP support.

JUnit 5.3.1 has been added as a new Library to NetBeans, so you can quickly add it to your Java projects. For Maven projects without no existing tests, JUnit 5 is now the default JUnit version.

Installing Java OpenJDK

Netbeans requires Oracle Java over OpenJDK version 8 or above. To install OpenJDK 8, run the commands:

sudo apt update
sudo apt install openjdk-8-jdk

Installing Netbeans IDE

Once OPenJDK8 is installed, run the latest stable version Netbeans 10.0 on Ubuntu Linux Systems:

sudo apt-get update
sudo snap install netbeans --classic

Install Apache Netbeans IDE on Ubuntu originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version