mbien commented on issue #4242: URL: https://github.com/apache/netbeans/issues/4242#issuecomment-1159573455
you have to give programs permission to access JDK internals by setting JVM flags. JDK 15 was the last JDK which allowed to run things without setting those exceptions. (it will print warnings) https://openjdk.org/jeps/396 here are some lists of flags which would be needed to run the full IDE, platform apps won't need everything: https://github.com/apache/netbeans/tree/master/nbbuild/jms-config -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
