Skip to main content

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

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