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

4 thoughts on “Technote 1188789: Supported versions of Java with IBM Lotus Products”

  1. 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)

  2. 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.

  3. 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

Comments are closed.