netbeans
netbeans copied to clipboard
one pluggin cannot install
Apache NetBeans version
Apache NetBeans 15
What happened
The plugin cannot be installed when JDK 14 is used to boot NetBeans 11.3 because unpack200 was deprecated in JDK14.
¿How can I solve this error?, since I have jdk 19 and I get this error
How to reproduce
java.io.IOException: error=2, No such file or directory at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) at java.base/java.lang.ProcessImpl.
Did this work correctly in an earlier version?
Apache NetBeans 14
Operating System
windows
JDK
19
Apache NetBeans packaging
Apache NetBeans Snap Package
Anything else
frecuently
Are you willing to submit a pull request?
Yes
Code of Conduct
Yes
start with JDK 11 or select a unpack200 implementation when the warning dialog shows up.
you can set the netbeans_jdkhome property in your etc/netbeans.conf to your JDK 11 folder.