Executing shell commands from Java
- by Lauren?iu Dascalu
Hello,
I'm trying to execute a shell command from a java application, on the GNU/Linux platform. The problem is that the script, that calls another java application, never ends, although it runs successfully from bash. I tried to debug it:
(gdb) bt
#0 0xb773d422 in __kernel_vsyscall ()
#1 0xb7709b5d in pthread_join (threadid=3063909232,…