What is the Version of Java that Agents Operate In?

Does anyone know what version of java that server agents operate in? Also, where is some good documentation for it?

Subject: System.getProperty(“java.version”)

Put this code in Java agent to know the java version:

System.out.println("Java Version: " + System.getProperty(“java.version”));

Subject: Java Version

It depends on the version the server\client are.

R7 = Java 1.4.2

R8 = Java 1.5

R8.5 = Java 1.6

Sorry I can not remember where I saw this last.

Subject: Embedded JVM version of Domino server

issue the command at domino server console to check theJVM version:

show jvm