Using Java 1

Internet Explorer 4.x

  • Checking and setting the JVM level for clients running Internet Explorer

    Checking and setting the JVM level for clients running Internet Explorer

    Under Internet Explorer using the Microsoft Java 1 JVM, the Z and I Emulator for Web client applets require a minimum JVM level of 3165. When the client applets run on Internet Explorer, Z and I Emulator for Web checks if this minimum JVM level is met. If the minimum JVM level is not met, a message appears and the applet will not continue.

    If the administrator wants to increase the minimum JVM level for his environment, he can add the following parameter statement to the HTML pages:

    
    <Parameter Name=JVM_Minimum  Value="xxxx">
    

    where xxxx is the desired JVM level, such as 3240.

    The administrator can also increase the required JVM level using the Deployment Wizard. In the "Additional Parameters" tab under "Advanced Options," specify Name=JVM_Minimum and Value=3165.

    When you add the value for the minimum JVM level, only use the last four digits of the version number. For example, if Internet Explorer says the JVM version is 5.0.0.3802, only enter 3802 for the version number because the field will only take integer values.