Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Mac Client - Update Java to latest version, already have it

Joined
Jul 16, 2015
Messages
212
As the title says I am launching runemate client through the terminal (want to run a script i made) and it says please update java to latest version. My java is already at the latest version.
dnWUFs7.png

SLDOy76.png
 
Joined
Jul 16, 2015
Messages
212
Problem still persists
 
I am using Netbeans. The script is on my desktop, its a client related problem. The second I run the client through terminal it says my java is outdated.
 
I know I need to move it somewhere else (i think)
 
Joined
Jul 16, 2015
Messages
212
I'm on a mac, but I use intellij. Netbeans and Eclipse would always give me problems
The problem I am facing has nothing to do with the IDE, its just that I cannot run RuneMate through terminal without receiving the outdated message. I know intellij is prefered for development tho, but don't have space for it on my laptop
 
Joined
Nov 5, 2014
Messages
505
The problem I am facing has nothing to do with the IDE, its just that I cannot run RuneMate through terminal without receiving the outdated message. I know intellij is prefered for development tho, but don't have space for it on my laptop

Maybe osx isn't set to use the latest version you installed, try updating that with this command:

Code:
export JAVA_HOME="`/usr/libexec/java_home -v '1.8*'`"

If that doesn't work, try setting it through this command:

Code:
export JAVA_HOME=/Library/Java/JavaVirtualMachines/YOUR_JAVA_VERSION
 
Joined
Jul 16, 2015
Messages
212
Maybe osx isn't set to use the latest version you installed, try updating that with this command:

Code:
export JAVA_HOME="`/usr/libexec/java_home -v '1.8*'`"

If that doesn't work, try setting it through this command:

Code:
export JAVA_HOME=/Library/Java/JavaVirtualMachines/YOUR_JAVA_VERSION

Tried both, yet problem still persists
 
I'm such a fool, my JRE is at version 8.51 but the JDK was still at 8.31; hence not being able to run the bot in dev mode. It would be useful for the client to specify whether your JDK or JRE is outdated.
 
Top