in reply to ARGV issue.
instead ofpublic Process exec(String[] cmdarray) throws IOException
This will allow you to specify exactly what arguments you want to pass, spaces and all. Note that the issue here is entirely with Java, and not at all with Perl.public Process exec(String command) throws IOException
|
|---|