JavaMainWin is Not Recognized

This functionality is supported only if you are using the Classic Agent.

If Silk Test Classic sees the main window of your Java application or applet as MainWin instead of JavaMainWin, or recognizes the main window, but none of its child controls, you can run a Java status utility to help you or Technical Support diagnose the problem.

One common cause is that Silk Test Classic is not properly configured to test Java.

If you are running an applet using the plug-in for JVM 1.4+, Silk Test Classic may recognize the main window as class DialogBox, not JavaMainWin, and will not see any child objects. The solution is to class-map the top-level class of the applet to JavaMainWin. For example:
microfocus.com.appclass=JavaMainWin