Newbie question for Centos install

Support for Ubuntu and other Desktop Linux distributions
Post Reply
Alfke
Posts: 35
Joined: 24 Jan 2017, 18:11

Newbie question for Centos install

Post 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
Licensed User
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Newbie question for Centos install

Post by rednoah »

You need Java 8. See FAQ.
:idea: Please read the FAQ and How to Request Help.
Alfke
Posts: 35
Joined: 24 Jan 2017, 18:11

Re: Newbie question for Centos install

Post by Alfke »

That solved it. Removing all instances of java and installing the latest java worked perfectly. Thanks
Licensed User
Post Reply