Forum Discussion
CDurkin
15 years agoContributor
I did use the "Add Java Application" dialog to create the Tested Application. My problem is when the "Class path" list as more than one entry, the system then always complains about the second entry. If I look at and copy and paste the Command Line from the top of the TestedApps screen into a batch file the program will not run.
The class paths in the command line are all seperated by spaces " ", however if replace the spaces with ";" semicolon's it no longer a problem.
In the end to get around this problem I changed my JAR's manifest file so that I did not have to list items in the Class path control.
The class paths in the command line are all seperated by spaces " ", however if replace the spaces with ";" semicolon's it no longer a problem.
In the end to get around this problem I changed my JAR's manifest file so that I did not have to list items in the Class path control.