<< SOA in action inside IBM, Part 1: SOA case studies | Home | Security threats of syndicated content >>

Technote 1188789: Supported versions of Java with IBM Lotus Products

Apart from the fact that the table looks like it was put together by someone high on drugs it contains some nice-to-know information about the different JVM versions across IBM Lotus products. One of those technotes it is nice to know when in doubt...

Via the Lotus Domino Support RSS feed: Supported versions of Java with IBM Lotus Products

Tags : , ,


Avatar: Mirek Navratil

Re: Technote 1188789: Supported versions of Java with IBM Lotus Products

My concern with this document is if the minor version number is important or not. There is currently 1.4.2_12 JAVA version available on Sun website and when I tried to run an agent compiled in Eclipse using this JAVA version on Domino I received the following errors. I was trying to get the installation with the smaller minor version number to find out if it causes a problem but I failed thus I would really appreciated for comments. Thanks a lot.

Unexpected error while executing java agent:eu.technocrati.notesjava.agents.JavaAgent -->java.lang.UnsupportedClassVersionError: Unsupported major.minor version 49.0 java.lang.UnsupportedClassVersionError: Unsupported major.minor version 49.0 at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:808) at java.lang.ClassLoader.defineClass(ClassLoader.java:708) at lotus.domino.AgentLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(ClassLoader.java:502) at lotus.domino.AgentLoader.runAgent(Unknown Source)
Avatar: Mikkel Heisterberg

Re: Technote 1188789: Supported versions of Java with IBM Lotus Products

Version 49.0 is actually Java 5 (JDK 1.5)... Are you sure you didn't actually compile your code using Java 5? If you recently changed the compiler settings for the specific project or Eclipse installation try cleaning out the project and recompiling to make sure.
Avatar: Anonymous

Re: Technote 1188789: Supported versions of Java with IBM Lotus Products

Hi mekkel,
what version of Java is supported by Lotus Symphony?
I am getting
java.lang.UnsupportedClassVersionError: (org/omg/CORBA/UserException) bad major version at offset=6

waiting for ur valuable comments
Avatar: Mirek Navratil

Re: Technote 1188789: Supported versions of Java with IBM Lotus Products

Hello Mikkel,
You are just right. I really appreciate your fast response & willingness. Thanks both for your help and the excellent site.

Add a comment Send a TrackBack