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
"How do I change the Java version RapidMiner Server is using"
User13
Member Posts: 155 Maven
Solution:
To manually alter the Java version an already installed RapidMiner Server uses, follow these steps:
On Windows:
-
Open the bin/standalone.conf.bat file in your RapidMiner Server installation directory.
-
Replace the location in the following line:
set "JAVA_HOME=C:\Program Files\Java\JRE8"
-
Restart RapidMiner Server.
On Linux / Mac:
-
Open the bin/standalone.conf file in your RapidMiner Server installation directory.
-
Replace the location in the following line:
JAVA_HOME="/opt/java/jre8"
-
Restart RapidMiner Server.
0