Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [statet-users] Error starting R-console

Hi Christian,

I can think of three possible solutions:

  A) Use a recommend Java version: 11 or 17

B) Add -Djava.security.manager=allow to the Java VM arguments in the launch configuration of the R console

  C) Use the latest development version of StatET:

https://gitlab.eclipse.org/groups/eclipse/statet/-/wikis/Integration-Builds

Regards,
Stephan


[31.05.2023 16:59] Christian Oswald wrote:
Hello,

During launching an R-console I get the error:


Launching the R Console was cancelled, because it seems starting the R engine failed.

[...]

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:425)
at org.eclipse.statet.rj.server.srv.RMIServerControl.publishServer(RMIServerControl.java:162)

[...]
java.runtime.version=19.0.2+7-44
> [...]


Back to the top