- Joined
- Jul 16, 2015
- Messages
- 212
- Thread Author
- #1
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.
By registering with us, you'll be able to discuss, share and private message with other members of our community.
Sign up now!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 laptopI'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
export JAVA_HOME="`/usr/libexec/java_home -v '1.8*'`"
export JAVA_HOME=/Library/Java/JavaVirtualMachines/YOUR_JAVA_VERSION
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
We use essential cookies to make this site work, and optional cookies to enhance your experience.