Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Question Runemate on Linux?

Joined
Oct 13, 2015
Messages
10
Hi all!

I'm running Debian on my laptop, and I can't seem to start up the RuneMate client. Trying to start it up with java -jar RuneMate.jar gives me the following errors:

~/Downloads$ java -jar RuneMate.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/runemate/Boot : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)


Has anyone managed to run RuneMate on Linux?
 
Discretion is advised
Joined
Jan 2, 2014
Messages
306
I think your best chances are running it on Linux Mint or Ubuntu, as there are so many different distributions it is hard to keep maintaining the bot in all of them, but I believe most of them will work fine someday. @Arbiter what do you think?
 
Joined
Oct 13, 2015
Messages
10
My friend (hes haxor) said that Ubuntu = Debian + canonical shit.
 
Joined
Oct 13, 2015
Messages
10
By the way, what is your current java version?
java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-1~deb8u1)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
 
Discretion is advised
Joined
Jan 2, 2014
Messages
306
java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-1~deb8u1)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)

Remove OpenJDK completely and install Oracle's Java most recent version, then try running RuneMate again.
 
Joined
Sep 3, 2015
Messages
3
Use 1.8 jre instead than 1.7.. Runemate will not work with 1.7 in linux. I am using linux lite.
 
Top