Home
Analytics
BIRT Runtime 2.3.2.2 not working with JDK 1.4
Gnana
Hi,
I am creating a java application to generate reports and I am using birt-runtime-2_3_2_2 report engine. It is mentioned that the Pre-requisites for this runtime is: Java 1.4/1.5 JDK/JRE.
The problem is I am getting a "java.lang.UnsupportedClassVersionError" when I run using JDK 1.4. But the same works using JDK 1.5. My project uses JDK 1.4 and reports are to be generated using JDK 1.4 only.
Please let me know if that is a bug in the birt-runtime-2_3_2_2 release or is there some configuration that i might have missed out.
StackTrace:
java.lang.UnsupportedClassVersionError: org/eclipse/birt/core/exception/BirtException (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
Exception in thread "main"
Thanks,
Gnana
Find more posts tagged with
Comments
JasonW
Gnana,
I need to update the website, but 2.3.2 requires Java 1.5.
Jason
Gnana
Jason,
Thanks for the reply.
Can you please let me know which is the latest version of BIRT which I can use with JDK 1.4?
JasonW
I believe 2.2.2 works with 1.4
Jason