I was trying to invoke java program from a shell script.
Problem was with quotes so be careful "Saurabh Jain" next time....
To run two process simultaneously using shell script
1. ./p1 &
2. ./p2 &
or p1 & p2
dont use p1 && p2 as operator priority comes into picture.
2nd problem is trying to fork multiple java program from prel script.
http://hell.jedicoder.net/?p=82
No comments:
Post a Comment