haidubogdan commented on issue #5110: URL: https://github.com/apache/netbeans/issues/5110#issuecomment-1838442575
I think the solution is incomplete. For everyone who is experiencing issues on windows there is another solution : Add to windows environment variables. (PC -> System Propreties -> Environment Variables...) the variable : **JAVA_TOOL_OPTIONS** and the value : `--add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-exports=java.desktop/sun.awt=ALL-UNNAMED` -- 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
