Silk Test Classic does not Launch my Java Web Start Application

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

Sometimes the default base state does not launch your Java Web Start application. If your application requires Java Web Start to launch, then you must manually edit the constant sCmdLine in your declaration for the main application window, which is designated as the wMainWindow.

Create New Test Frame detects the Windows command line that directly invoked the main window, so it will set sCmdLine to the JRE command line launched by Java Web Start. However, since you want to start Java Web Start instead of directly starting the JRE, you must edit sCmdLine to launch the Java Web Start executable, javaws.exe, with the .jnlp file for your application.

Example

const sCmdLine = "C:\Program Files\Java Web Start\javaws.exe C:\MyAppDir\MyJWSApp.jnlp"