- Thread Author
- #1
This is the error I receive in the IDE:
I'm not exactly sure what I did wrong configuring my compiler, but I cannot run my bots. Also, not sure if it's related or not but when that error occurs I also cannot log into SDK mode. I'm not sure where I can download the JRE v52, I used the one that came with Runemate. Any advice on how to fix this?
Code:
[Debug] Java Home: C:\Program Files (x86)\Java\jdk1.8.0_161\jre
[Debug] Java Version: 8u161 x86 (Oracle Corporation)
[Debug] Maximum Heap Size: 248MB
[Debug] RuneMate Version: 2.83.1
[Debug] Operating System: Windows 7 x64
Exception in thread "Post Login Setup" java.lang.UnsupportedClassVersionError: com/dark57/tutorial_bot/TutorialBot has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
at java.lang.ClassLoader.loadClass(ClassLoader.java:411)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at nul.IIiiiIiiIiIII.false(owb:208)
at nul.IIiiiIiiIiIII.false(owb:89)
at nul.iiiiiiiIiiIii.try(nqb:23257)
at java.lang.Thread.run(Thread.java:748)
I'm not exactly sure what I did wrong configuring my compiler, but I cannot run my bots. Also, not sure if it's related or not but when that error occurs I also cannot log into SDK mode. I'm not sure where I can download the JRE v52, I used the one that came with Runemate. Any advice on how to fix this?