Hello,
I am trying to record a Java application using Vugen 12. Everything seems OK in the recording process but no script is actually recorded.
I've set it up to record a .bat file that has the same information as the Java Web Start shortcut that launches the java app...
START C:\Windows\SysWOW64\javaws.exe -localfile "C:\Users\testuser\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\31\4b4449df-24b51767"
During the record process this launches the app as expected.
I've put all of the .jar files into the Classpath.
Any ideas why nothing would be recorded?
Thanks!