Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Unsupported major.minor version 52 - Mac Installation Problems

arellanoarellano Member Posts: 3 Contributor I
edited November 2018 in Help

I'm trying to install RapidMiner in my Mac, but keep getting this error "

Unsupported major.minor version 52.0". I already installed Java 8, is there any other place where I should look? 

 

Thanks,

 

Paulina B

Tagged:

Answers

  • sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager

    hello @arellano - that's a weird one.  Can you please post a screen shot?

     

    Tagging @zprekopcsak.


    Scott

     

     

  • Edin_KlapicEdin_Klapic Employee, RMResearcher, Member Posts: 299 RM Data Scientist

    Hi @arellano,

     

    I assume your JAVA_HOME is still pointing to a different Java version. To check this you can execute

    <SPAN class="token keyword">echo</SPAN> <SPAN class="token variable">$JAVA_HOME</SPAN>

     from the terminal.

     

    Best,

    Edin

  • arellanoarellano Member Posts: 3 Contributor I

    This is the result of $JAVA_HOME 

     

    Screen Shot 2017-12-13 at 2.16.36 PM.png

  • zprekopcsakzprekopcsak RapidMiner Certified Expert, Member Posts: 47 Guru

    Yes, this means that Studio is being run by Java 7 or earlier, while we require Java 8. If you enter java -version in the command line, it should show that it is using Java 8. You probably need to edit your path to make sure that the Java 8 binary is picked up first.

Sign In or Register to comment.