{"id":11408,"date":"2022-02-01T23:16:44","date_gmt":"2022-02-01T20:16:44","guid":{"rendered":"https:\/\/kifarunix.com\/?p=11408"},"modified":"2024-03-09T10:20:15","modified_gmt":"2024-03-09T07:20:15","slug":"install-netbeans-ide-on-rocky-linux-8","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-netbeans-ide-on-rocky-linux-8\/","title":{"rendered":"Install NetBeans IDE on Rocky Linux 8"},"content":{"rendered":"\n

In this tutorial, we will cover how to install NetBeans IDE on Rocky Linux 8.\u00a0NetBeans IDE<\/a>\u00a0is a free and open source\u00a0extensible Java IDE (Integrated Development Environment) that enable software developers to quickly and easily develop Java desktop, Java EE, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS. The IDE also provides a great set of tools for PHP, Ruby and C\/C++ developers.<\/a><\/p>\n\n\n\n

Install NetBeans IDE on Rocky Linux 8<\/h2>\n\n\n\n

Install JDK on Rocky Linux 8<\/h3>\n\n\n\n

Apache NetBeans 12.6 (current stable release as of this writing<\/a>) require JDK 11+. In this guide, we use Java 11;<\/p>\n\n\n\n

sudo dnf update<\/code><\/pre>\n\n\n\n
sudo dnf install java-11-openjdk java-11-openjdk-devel -y<\/code><\/pre>\n\n\n\n

To verify the version of the installed Java development kit, run the command below;<\/p>\n\n\n\n

java -version<\/code><\/pre>\n\n\n\n
openjdk version \"11.0.14\" 2022-01-18 LTS\nOpenJDK Runtime Environment 18.9 (build 11.0.14+9-LTS)\nOpenJDK 64-Bit Server VM 18.9 (build 11.0.14+9-LTS, mixed mode, sharing)<\/code><\/pre>\n\n\n\n

Installing NetBeans IDE on Rocky Linux<\/h3>\n\n\n\n

There are different methods in which you can install NetBeans IDE on Rocky Linux. These include;<\/p>\n\n\n\n