Using Microsoft JVM and Internet Explorer

If you are running Microsoft JVM and Internet Explorer, place a Class or Ctrl command (or both) at the beginning of each Dialog/EndDialog statement for any Java application scripts and the iexplore.exe script.

For example, type

Dialog 
Class #32770
Title "Login"
Ctrl #65535 "Enter Login information"
EndDialog

Failure to follow this procedure when using the Microsoft JVM instead of the SUN JVM will result in the following symptoms:After SecureLogin has logged into a Java-based application or Web page, SecureLogin no longer interacts with any Win32-based applications. SecureLogin appears to stop working because the Microsoft JVM is not replying to the calls that SecureLogin makes to gather title information. Therefore, SecureLogin waits for the JVM to reply. Because the JVM doesn't reply, SecureLogin continues to wait, and will wait endlessly.

Closing the Java Web page or application causes SecureLogin to stop waiting and start responding to Win32-based applications again. In a future update, SecureLogin will timeout on the request if it receives no response in a specified time.