Skip to content

Upgrading to RELEASE250 with Java 21 causes java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release #8395

@jdsmithsos

Description

@jdsmithsos

Apache NetBeans version

Apache NetBeans 25

What happened

Using Java 21.
When upgrading the NetBeans version from RELEASE240 to RELEASE250.
The application project build completed successfully with no compile errors.
When running the successfully rebuilt project, get the following exception:

java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
	at java.base/java.lang.System.setSecurityManager(System.java:430)
	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:316)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)
	at java.base/java.lang.Thread.run(Thread.java:1583)

I am using the NetBeans IDE version 25, which is also running on Java 21. The IDE works perfectly without startup error.

Language / Project Type / NetBeans Component

Java Maven application

How to reproduce

In the project Maven pom.xml change the netbeans.version to RELEASE250, rebuild, and run

Did this work correctly in an earlier version?

Apache NetBeans 24

Operating System

Windows 11

JDK

21

Apache NetBeans packaging

Apache NetBeans platform

Anything else

No response

Are you willing to submit a pull request?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    Platform[ci] enable platform tests (platform/*)kind:bugBug report or fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions