I just tried to install Apache Netbeans 10. It seems someone has introduced a lot of busiwork into the installation process.
In december 2018 I installed Netbeans 8 by
- browsing to netbeans.org
- clicking a button marked “download”
- waiting for the wizard to install
In february 2019, trying to install Netbeans 10, I am instructed to:
- fetch zipped files for netbeans
- download and install apache ant
- unzip netbeans
- run ant on netbeans
- and whatever else may follow.
Netbeans 8 is still available so obviously I did not waste my time on this new process.
Is this the future, or just a startup issue with Netbeans being transferred to Apache?
How is the introduction of this manual labour progress?
I apologise if this question does not belong on stackoverflow. I don’t know where else to ask.
2
Answers
For Linux system follow these simple steps (Apache Netbeans 10 per-requisites must be satisfied before going further):
Open terminal in directory where above file is downloaded and run below command
sudo chmod +x ./Robo3T-Installation-Menu.sh
Then type below command and hit enter
./apache-netbeans-10.0.sh
Just wait to complete it, once completed enjoy Apache Netbeans. Search in menu with name “Netbeans”.
Linux alternative / no special scripts.
(Netbeans version 14. Might apply to 10, dunno)
Download and verify the installer file from Apache Netbeans
Eg.
Apache-NetBeans-14-bin-linux-x64.sh
Change the permissions to make it executable – 777’ll do:
then
Your DE may then list it, if not try
to launch
If not there try
to find it
(I got this with guessing and trial and error. There is zero useful documentation on the site – you could look inside the scripts I suppose.)
To add to DE (if not there):
create file
/usr/share/applications/Apache-NetBeans.desktop
;3 Months later …
Still on Netbeans 14 and all ok in Alma Linux 8.5 (RHEL Clone) but then upgrade to 8.6 and Netbeans stops working – won’t launch. Others having similar issues on macOS and fingers pointing at openjdk 17:
but don’t want to downgrade as who knows what that’ll break and can’t dnf install both at same time so installed Oracle JDK 17 (java version "17.0.4.1" 2022-08-18 LTS ), used "alternative –config java" to set it as default and Netbeans working again.