Skip to content

emka.web.id

menulis pengetahuan – merekam peradaban

Menu
  • Home
  • Tutorial
  • Makalah
  • Ke-NU-an
  • Kabar
  • Search
Menu

How to Install Apache NetBeans on Fedora 35

Posted on November 21, 2021

Apache NetBeans is an integrated development environment (IDE) for all Java application development. It also supports developing applications in other languages, such as PHP, C/C++, Groovy, JavaScript, and HTML5, with the help of plugins.

Apache NetBeans is available for Windows, Linux, macOS, and Solaris.

Here, we will see how to install Apache NetBeans on Fedora 35.

Prerequisites

NetBeans requires JAVA JDK 8 or later to be available on the system. So, you can install either OpenJDK or Oracle Java for Apache NetBeans installation.

In this post, I will use OpenJDK 11.

sudo dnf install java-11-openjdk-devel -y

Once the OpenJDK installation is complete, check the Java version with the below command.

java -version

Output:

openjdk version "11.0.13" 2021-10-19 OpenJDK Runtime Environment 18.9 (build 11.0.13+8) OpenJDK 64-Bit Server VM 18.9 (build 11.0.13+8, mixed mode, sharing)

Download Apache NetBeans

Apache Software Foundation releases Apache NetBeans IDE four times a year and you can download Apache NetBeans 12.5 (The latest version when writing this article) or Apache NetBeans 12.0 (Long Term Support) by visiting the Apache NetBeans download page.

OR

Use the following command to download the package using a terminal.

# Apache NetBeans 12.5 (Latest Version) wget https://dlcdn.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh # Apache NetBeans 12.0 (LTS) wget https://dlcdn.apache.org/netbeans/netbeans/12.0/Apache-NetBeans-12.0-bin-linux-x64.sh

Install Apache NetBeans

First, set the executable permission to the installer file in order to run the Apache NetBeans installer,

sudo chmod 700 Apache-NetBeans-*-bin-linux-x64.sh

Then, run the Apache NetBeans installer.

sudo ./Apache-NetBeans-*-bin-linux-x64.sh

The Apache NetBeans installer will start the graphical installer, and you will need to follow the installer wizard.

Click Next or Customize the installation packs and runtimes on the installer welcome screen.

Click the checkbox to accept the terms in the license agreement and then click Next.

The installer will detect the installation folder and the location of JDK automatically. If you want, you can change the Apache NetBeans installation folder and JDK for Apache NetBeans.

Optionally, you can allow NetBeans to Check for Updates of installed plugins. Then click Install to begin the installation.

The installation will take a while. Finally, click Finish to complete the installation.

Since Apache NetBeans is installed in a custom location, it can not be launched with the netbeans command instead you will have to use the full path. To simplify the starting process, we will create a link to the /usr/bin directory so that you can start NetBeans IDE with the netbeans command.

sudo ln -s /usr/local/netbeans-*/netbeans/bin/netbeans /usr/bin/netbeans

Launch Apache NetBeans

Start the Apache Netbeans on Debian by going to Activities >> search for Apache NetBeans or running the netbeans command in the terminal.

Sumber: disini

Terbaru

  • Google Tingkatkan Batas Gratis Gemini 3 Pro untuk Pengembang dan Bisnis
  • Google Perkenalkan ‘Circle to Search’: Cara Baru Menggunakan AI untuk Pencarian
  • OpenAI Terpapar Data Pelanggan Melalui Pelanggaran Vendor Mixpanel, API Terpengaruh
  • Error External Drive Extraction Tidak Terdeteksi di VM Virtual Hyper-V
  • Ringkasan Notifikasi Pixel Google Lebih Baik dari iPhone, Tapi Apa Tujuannya?
  • ShadowV2 Botnet Digunakan Uji Coba Setelah Penyebab Gangguan AWS
  • YouTube TV Segera Kembali Menawarkan Saluran Univision Setelah Penangguhan Dua Bulan
  • YouTube TV dan Disney Meluncurkan Penawaran Paket Bundel dengan Harga Menarik
  • Error Microsoft .NET Framework: Unhandled Exception – Not Enough Space On The Disk
  • Qualcomm Snapdragon 8 Gen 5: Chipset Flagship Baru yang Lebih Cepat dan Efisien
  • Serangan ONSolve Terus Mengganggu Sistem Peringatan Darurat di Seluruh Amerika Serikat
  • Android 16 Akan Membawa QPR2 untuk Launcher Pixel, Fokus pada Pengalaman Pengguna yang Ditingkatkan
  • Android 16 (QPR2) Akan Membawa Perubahan Signifikan pada Launcher Pixel
  • Microsoft Akan Tingkatkan Kinerja Microsoft Teams dengan Pengelola Panggilan Baru
  • Samsung Meluncurkan Diskon Besar-besaran untuk Penjualan Black Friday 2025, Berapa Harga Terbaru?
  • Samsung Black Friday Sale Phones and Rings Discounts – Huge Savings on Galaxy Devices
  • Error ‘Insufficient Permissions’ (Izin Tidak Cukup) Saat Membuka Email di Windows – Solusi dan Penjelasan Lengkap
  • Hadir dengan Refresh Rate 144 Hz! Ini Rekomendasi Laptop Gaming 10 Jutaan dari ASUS
  • Cara Memperbaiki Error ScanPST.exe dan File PST di Microsoft Outlook
  • Cara Mengatasi Error DWMAPI.DLL is either not designed or not found
  • Cara Memperbaiki Error Equation/Rumus Jelek di Microsoft Word
  • Cara Mengatasi Adapter Jaringan VMware yang Hilang di Windows 11
  • Cara Reset Multi-Factor Authentication (MFA) di Microsoft Entra
  • Cara Mengatasi Masalah Konektivitas VM Hyper-V ke Host
  • Cara Memperbaiki Error 0x8000FFFF Catastrophic Failure Saat Ekstrak Zip
  • Cara Memperbaiki File Explorer Crash Saat Membuka Folder Besar di Windows 11/10
  • Cara Mengatasi Error Login 0x8007003B di Outlook, Microsoft, XBox dll
  • Cara Memulihkan Akun Admin Microsoft 365 Karena MFA Gagal
  • Cara Mengatasi Error “A Conexant audio device could not be found”
  • Cara Memperbaiki Windows Tidak Nyala Lagi Setelah Sleep/Locked
  • Google Tingkatkan Batas Gratis Gemini 3 Pro untuk Pengembang dan Bisnis
  • Google Perkenalkan ‘Circle to Search’: Cara Baru Menggunakan AI untuk Pencarian
  • OpenAI Terpapar Data Pelanggan Melalui Pelanggaran Vendor Mixpanel, API Terpengaruh

©2025 emka.web.id | Design: Newspaperly WordPress Theme