You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/06/18 22:50:34 UTC

[GitHub] [netbeans] tmulle commented on issue #4242: JDK17 - Previous Platform Applications fail with module java.base does not "opens java.security" to unnamed module and module java.desktop does not "opens javax.swing.text"

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists