tmulle commented on issue #4242: URL: https://github.com/apache/netbeans/issues/4242#issuecomment-1159577823
Great! How/Where do I add those flags? Do I add them in the <application_name>.conf in the etc folder of the generated application? Or can I add them in my project and rebuild so I don’t have to manually add them on each compile? > On Jun 18, 2022, at 6:11 PM, Michael Bien ***@***.***> wrote: > > > 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 <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 <https://github.com/apache/netbeans/tree/master/nbbuild/jms-config> > — > Reply to this email directly, view it on GitHub <https://github.com/apache/netbeans/issues/4242#issuecomment-1159573455>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABHRNUTZ5VYIE2HE7BZCZU3VPZCQNANCNFSM5ZFCHVYQ>. > You are receiving this because you authored the thread. > -- 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
