L lenthemen Joined Aug 4, 2015 Messages 3 Aug 25, 2015 Thread Author #1 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.
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.
arbiter Mod Automation Joined Jul 26, 2013 Messages 3,044 Aug 25, 2015 #2 You should be able to. Make sure you have Oracle Java 8 x64 and then run RuneMate using "java -jar RuneMate.jar" in Terminal.
You should be able to. Make sure you have Oracle Java 8 x64 and then run RuneMate using "java -jar RuneMate.jar" in Terminal.
L lenthemen Joined Aug 4, 2015 Messages 3 Aug 25, 2015 Thread Author #3 Arbiter said: You should be able to. Make sure you have Oracle Java 8 x64 and then run RuneMate using "java -jar RuneMate.jar" in Terminal. Click to expand... 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.
Arbiter said: You should be able to. Make sure you have Oracle Java 8 x64 and then run RuneMate using "java -jar RuneMate.jar" in Terminal. Click to expand... 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.