in reply to Re^5: running jar file with multiple arguments in perl
in thread running jar file with multiple arguments in perl
I am surprised I have java installed, not surprised I'm missing java_program.jar$ perl open PIPE, "| java -jar java_program.jar"; print PIPE "$string"; close(PIPE); ^Z Exception in thread "main" java.util.zip.ZipException: The system cann +ot find the file specified at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(Unknown Source) at java.util.jar.JarFile.<init>(Unknown Source) at java.util.jar.JarFile.<init>(Unknown Source) $
|
|---|