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 Client doesn't start

Joined
Jan 10, 2015
Messages
2
Hi,
I just downloaded RuneMate and when I attempted to launch it, it wouldn't do open.

I'm running Linux Ubuntu 64 bit.
I tried launching it by making it into an executable(chmod +x RuneMate.jar) but it still wouldn't open.
I opened my terminal and ran it from there(using java -jar RuneMate.jar) and got this error:

Code:
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)

Any idea what's causing this or how to fix it?

Edit: Sorry, didn't notice
RuneMate only officially supports Windows and Mac OSX.

Thanks.
 
Top