in reply to How to exit a system call
If so, that means it exits on the end of stdin, and your fix would be to simply run it as
You might have to do something more complicated, as you suggested, but it's probably better to try this easy option first.system "/usr/java/jdk-1.7.0_4-x86_64/bin/java -jar 'ProgramName' < /de +v/null"
|
|---|