The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

[SOLVED] RapidMiner doesn't restart after finding rJava

crunchcrunch Member Posts: 3 Contributor I
edited November 2018 in Help
Trying to get R perspective running. Have:

%R_HOME%       = D:\Programs\R\R-2.15.2
%JAVA_HOME% = D:\Programs\Java\jdk1.7.0_10
%Path%              = ... ;%R_HOME%\bin;%JAVA_HOME%\bin
(with core exes, namely R.exe & RScript.exe in %R_HOME%\bin with x64 exeutables in x64 subdir)

This worked before I repair installed Windows, but doesn't now:
%Path%              = ... ;%R_HOME%\bin\x64;%JAVA_HOME%\bin

After finding rJava and saying it will restart, it closes down, but never restarts.

Actually, somehow I stepped on the semicolon separating %R_HOME% from the rest of the path.  That causes it to get stuck.  The configuration it likes is with the Path containing %R_HOME%\bin\x64

[RESOLVED}
Sign In or Register to comment.