Forum Discussion
5 Replies
- shankar_rCommunity Hero
What kind of java application you are trying to open from TestComplete?
Is it a Java Application? like jar file,
Is it a Java WebStart Application? like jnlp file or some link
Post us some snapshot on how you configured.
- SandhyaTennetiOccasional Contributor
Here is the configuration:
start /B jre\bin\javaw.exe -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./logs -jar -Dls.plugin.path=./plugin application.jar %*
- shankar_rCommunity Hero
Is this command is working when run thru Command line?
Have you tried setup your jar file thru TestedApps? if not please try your configuration in below screen
If you successfully able to run the added TestedApps from the TestComplete then refer the below example to use it in scripts,