-
Notifications
You must be signed in to change notification settings - Fork 55
Error message when starting #76
Comments
Do you have JDK 1.8 installed (check with |
java version "1.6.0_65" nope. How do you get it? |
I figured it out, but I still got the same error. |
|
Double check that |
i checked the version again, and it is old. IDK why it didn't update. I got it from the java.com website |
how do u uninstall it? |
Read https://java.com/en/download/help/uninstall_java.xml for some more information on that. |
I can't sudo, is there any other way? |
Ah, are you using something Linux? You'd want to use your package manager (i.e It's probably best to search how to install JDK 1.8, for example in Ubuntu you may want to use webupd8team's PPA (see http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html for more information). Without sudo, it's much harder to install and use. You may want to ask whoever manages the system to install that for you. |
I downloaded the files, and I tried to rune the .command file, but it said "Permission Denied." I ran all the commands in the file manually, but it couldn't open the jar file. I then ran the java command with the directory of the file and got this error;
Exception in thread "main" java.lang.UnsupportedClassVersionError: jselfbot/JSelfBot : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) at java.lang.ClassLoader.defineClass(ClassLoader.java:621) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
The text was updated successfully, but these errors were encountered: