"How do I change the Java version RapidMiner Server is using"

User13User13 Member Posts: 155 Maven
edited May 2019 in Knowledge Base

Solution:

To manually alter the Java version an already installed RapidMiner Server uses, follow these steps:

On Windows:

  1. Open the bin/standalone.conf.bat file in your RapidMiner Server installation directory.

  2. Replace the location in the following line:

              set "JAVA_HOME=C:\Program Files\Java\JRE8"
  3. Restart RapidMiner Server.

On Linux / Mac:

  1. Open the bin/standalone.conf file in your RapidMiner Server installation directory.

  2. Replace the location in the following line:

              JAVA_HOME="/opt/java/jre8"
  3. Restart RapidMiner Server.

Tagged:
Sign In or Register to comment.