in reply to Calling Java using system()
What exactly would you like to do with your java program?chdir("c:/users/sophix/Desktop/prottest3/prottest3/"); my @external_command = ( "java", "-jar prottest-3.0.jar", "-i ".$name."\.aa", "-t ".$name."\.trees", "-o ".$name."\.out" , "-all","-verbose", "-all-matrices", "-threads 3", "-G", "-F", "-all-distributions", "-ncat 4"); my $out = system(@external_command);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Calling Java using system()
by sophix (Sexton) on Jun 24, 2011 at 19:57 UTC | |
by roboticus (Chancellor) on Jun 24, 2011 at 20:15 UTC |