How to invoke a shell script using java
807591Apr 2 2006 — edited Apr 7 2008Hi
I am trying to invoke a shell script(unix) using java and I have tryied to load the shell using exec(cmd) and then trying to execute the shell.
But it is not working.
Can you please guide me on this matter.