I have previously written a bash script that executes a java class, it does other checks before running that class. when running it takes arguments; ./SyncIPs.cmd 10.0.1.45 and exe
Solution 1:
Using Runtime.getRuntime().exec()
may be what you need.
HTH
Post a Comment for "Executing A Bash Script From A Jsp Page"