J-Integra® Espresso Programming Documentation (API)

J2eeQuickConfig.SetTargetJavaVersion Method

Use this to tell the runtime what version of Java is at the other end of the connection.

RMI opnums for certain classes are different between JDK versions 1.4.1/1.4.2 and 1.5.0. The default is 1.4.2 if unset.

void SetTargetJavaVersion(
 Ics.Runtime.JavaVersion javaVersion
);

Parameters

javaVersion
The jdk version connecting to.

Return Value

none

Remarks

It is VERY important to set this parameter if connecting to Java versions other than 1.4.2.

Exceptions

none

See Also

J2EE Context | J2EE Namespace