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 Linux Mint

Joined
Aug 4, 2015
Messages
3
Can you run runemate on Linux Mint, if yes how do you do it? I can't seem to figure it out.
Thank you.
 
Resolved.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
You should be able to. Make sure you have Oracle Java 8 x64 and then run RuneMate using "java -jar RuneMate.jar" in Terminal.
 
Joined
Aug 4, 2015
Messages
3
You should be able to. Make sure you have Oracle Java 8 x64 and then run RuneMate using "java -jar RuneMate.jar" in Terminal.

https://www.runemate.com/community/threads/runemate-jar-not-opening-in-kali-linux.2842/

This thread which was actually solved by you, solved my problem so thank you.

I did this code:

echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" >> /etc/apt/sources.list

echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" >> /etc/apt/sources.list

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886

sudo apt-get update

sudo apt-get install oracle-java8-installer

and now I can double-click or right click on the runemate.jar file and open with java.
 
Top