emaphis commented on PR #7928: URL: https://github.com/apache/netbeans/pull/7928#issuecomment-2593889213
Well, I'm running a NetBeans development build on Windows 10 using OpenJDK 24 right now and it seems to be running fine so far. From the `netbeans_default_options=...` in the netbeans.conf file I deleted the JVM options: # -J--add-opens=java.base/java.security=ALL-UNNAMED # -J-Djava.security.manager=allow And I added the JVM option: # -J-DTopSecurityManager.disable=true I tried this configuration in OpenJDK 23 and 24.  -- 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
