Running Shell Scripts within Java code!!!
Hi,
How do I run a shell script from my Java code?
Also I need to ensure my next line of Java code is executed only after the shell script has finished executing.
Since my shell script just cuts out some line for a txt file and then only my Java code parses the cut-out file section and processes certain info.
Please help!!!
Thanks!!!

