Hi All,
i need to run a script in unix from my
Java code (as a part of a larger project). I am doing the following
However it doesn't always execute the script( Actually the script in this case generates some files which my program reads later on). Because the files are not always generated, I get a file not found exception later on. (However executing the script as a standalone works). I need some help to understand why this is happening. Thanks a lot in advance