Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsupportedClassVersionError #7

Open
GoogleCodeExporter opened this issue Aug 20, 2015 · 1 comment
Open

UnsupportedClassVersionError #7

GoogleCodeExporter opened this issue Aug 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. I have installed the 1.5.0_09 version JDK in Talend Open Studio, then when I 
run the job I'm getting the message:

java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Exception in thread "main" 

I tried out with jdk 1.6.0_17 and I'm getting the same message. 



What version of the product are you using? On what operating system?
Talend Open Studio 4.0 and OS Windows XP sp3.


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 10 Jun 2010 at 7:37

@GoogleCodeExporter
Copy link
Author

Hello valekas,

currently JAR files are compiled for Java6 with Java6 support. We would 
recompile them with -source 5 however for a quick fix you can also do it on 
your own, just check out sources and run the build with Java5

Renat

Original comment by renat.zubairov on 10 Jun 2010 at 11:47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant