NetBeans
NetBeans - Apache Java IDE. Fits the Pieces Together
Vendor: The Apache Software Foundation
Developer: Apache NetBeans Community
License: Apache License, Version 2.0
Web: https://netbeans.apache.org/
NetBeans Fits the Pieces Together. Development Environment, Tooling Platform and Application Framework.
Installation
RPM
The RPM for NetBeans is available at Apache NetBeans Releases.
Download it and install it (as root)
rpm -ivh https://dlcdn.apache.org/netbeans/netbeans-installers/22/apache-netbeans-22-0.noarch.rpm
Flatpak
NetBeans is also available as a Flatpak.
Install
flatpak install flathub org.apache.netbeans
Run
flatpak run org.apache.netbeans
Troubleshooting
Maven Central Repository
By default, openSUSE Tumbleweed allocates half of the RAM size for tmpfs.
If unpacking the index for Maven Central Repository fails with
java.io.IOException: No space left on device
run (as root)
mount -o remount,size=16G /tmp