I\'m trying to install netbeans with Java 14.
I\'m getting below error -
> sudo ./Apache-NetBeans-11.3-bin-linux-x64.sh --javahome /home/raj/.sdkm
Although Apache NetBeans 11.3 fully supports the use of JDK 14, unfortunately its installer does not. From the Apache NetBeans 11.3 download page:
The installers will not run under JDK 14 because usage is made of the Pack200 Tools and API, for packing and unpacking, which is removed in JDK 14, see JEP 367.
See JEP 367: Remove the Pack200 Tools and API for full details on why this change was made in JDK 14.
Your workarounds for this issue are: