[
https://issues.apache.org/jira/browse/NETBEANS-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaroslav Tulach reassigned NETBEANS-5689:
-----------------------------------------
Assignee: Jaroslav Tulach
> 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
>
> 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.3.4#803005)
---------------------------------------------------------------------
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