Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [statet-users]   d64 java option not recognised on MacOS

Hi Stephan, much appreciated.
I am on java 11.0.2 so I think you are spot on with the diagnosis.
Best,
Ilija

java version "11.0.2" 2019-01-15 LTS

Java(TM) SE Runtime Environment 18.9 (build 11.0.2+9-LTS)

Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.2+9-LTS, mixed mode)


On 28 May 2019 at 10:35, Stephan Wahlbrink <sw@xxxxxxxxxxxx> wrote:

Hi Ilija,

I opened a bug for the issue:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=547729

Which Java version do you use?

Regards,
Stephan


[27.05.2019 23:30] Baboon wrote:
I’m trying to start rj process on MacOS and am getting an error

org.eclipse.core.runtime.CoreException: Process Error Log:
at org.eclipse.statet.internal.r.console.ui.launching.RConsoleRJLaunchDelegate.launch(RConsoleRJLaunchDelegate.java:353)
at org.eclipse.statet.internal.r.console.ui.launching.RConsoleLaunchDelegate.launch(RConsoleLaunchDelegate.java:55)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:862)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:720)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1029)
at org.eclipse.debug.internal.ui.DebugUIPlugin$2.run(DebugUIPlugin.java:1243)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.lang.Exception: Unrecognized option: -d64
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
at org.eclipse.statet.nico.core.runtime.ToolRunner.createOutputLogStatus(ToolRunner.java:58)
at org.eclipse.statet.internal.r.console.ui.launching.RConsoleRJLaunchDelegate.launch(RConsoleRJLaunchDelegate.java:344)
... 6 more

Where would I find the piece of code that starts the JVM to remove the
-d64 option which does not seem to be required on Linux and MacOS.
Unfortunately MacOS java does not seem to know to ignore the option if
present.

Best,
Ilija

Back to the top