Page 1 of 1

Newbie question for Centos install

Posted: 24 Jan 2017, 18:21
by Alfke
Hello,

I am running Centos 6.8, and cannot figure out how to install filebot. Is there a tutorial on how to install on Centos?

After extracting, I run filebot.sh, I receive this error:

Exception in thread "main" java.lang.UnsupportedClassVersionError: net/filebot/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:803)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:442)
at java.net.URLClassLoader.access$100(URLClassLoader.java:64)
at java.net.URLClassLoader$1.run(URLClassLoader.java:354)
at java.net.URLClassLoader$1.run(URLClassLoader.java:348)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:347)
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)

Here is my java version:
java version "1.7.0_121"
OpenJDK Runtime Environment (rhel-2.6.8.1.el6_8-x86_64 u121-b00)
OpenJDK 64-Bit Server VM (build 24.121-b00, mixed mode)

Thanks in advance

Re: Newbie question for Centos install

Posted: 24 Jan 2017, 18:50
by rednoah
You need Java 8. See FAQ.

Re: Newbie question for Centos install

Posted: 25 Jan 2017, 03:25
by Alfke
That solved it. Removing all instances of java and installing the latest java worked perfectly. Thanks