[ 
https://issues.apache.org/jira/browse/NETBEANS-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jaroslav Tulach resolved NETBEANS-5689.
---------------------------------------
    Fix Version/s: 12.5
       Resolution: Fixed

thanks to enormous community work of [~geertjan] & other NetBeans members, the 
JEP-411 has been significantly modified, and phased out into the future. 
NetBeans do start with JDK17 and we have enough time to get ready for 
up-comming changes. Many of them already happened: 
https://github.com/apache/netbeans/commit/4c9d9492f70b09aaeae2b8b10fc26ae29433d667

> NetBeans does not start on JDK build with JEP 411
> -------------------------------------------------
>
>                 Key: NETBEANS-5689
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5689
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - Module System
>            Reporter: Jan Lahoda
>            Assignee: Jaroslav Tulach
>            Priority: Blocker
>             Fix For: 12.5
>
>
> Using a build of JDK with this change:
> [https://github.com/openjdk/jdk/pull/4073]
> which implements JEP 411:
> [https://openjdk.java.net/jeps/411]
>  
> NetBeans does not start anymore:
> {code:java}
> $ ./netbeans --userdir /tmp/jep411-test --jdkhome <jdk-with-4073>
> java.lang.UnsupportedOperationException: Runtime configured to disallow 
> security manager 
>         at java.base/java.lang.System.setSecurityManager(System.java:394) 
>         at 
> org.netbeans.TopSecurityManager.install(TopSecurityManager.java:525) 
>         at 
> org.netbeans.core.NbLifecycleManager.advancePolicy(NbLifecycleManager.java:69)
>  
>         at org.netbeans.core.GuiRunLevel.run(GuiRunLevel.java:84) 
>         at org.netbeans.core.startup.Main.start(Main.java:295) 
>         at 
> org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98) 
>         at java.base/java.lang.Thread.run(Thread.java:833)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to