Forum Discussion
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.
- SandhyaTenneti9 years agoOccasional 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_r9 years agoCommunity 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,
- SandhyaTenneti9 years agoOccasional Contributor
Hi. I tried running it from the command line. But no luck. I have added the test application and tried running it. It opened a console and also launched the application but it shuts both the console and application after few seconds. Can we make the console to stay so that I may look at the log( I tried giving /k in the command line arguments, but it didn't work).