How can I launch a Java test suite using Perl?
A:
You can use system
or exec
to issue the relevant java ...
command line, e.g.:
system('java ClassName some arguments here');
T.J. Crowder
2010-02-24 16:47:38
not necessary perl in this case, but overall developers use perl to launch may java tests , the issue that I need to clarify is how to call all java tests to launch them using script perl or any other language
laura
2010-02-24 20:17:47