Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to call a java program twice fr
Name: grayap Date: March 30, 2003 at 00:10:01 Pacific OS: AIX UNIX CPU/Ram: ???
Comment:
Hi,
I am trying to call the same program twice from the one shell script. The diffence between the first and second call is one command line arg that effects the logic path. What is happening is the first call is working fine but when it get to the line in the shell script to make the second call to the program it just hangs. I have a System.exit(1) as the last line of the program.
Why is it hanging in the shell script? I would have thought the System.exit(1) would ensure the JVM was exited correctly so control would pass back to the script. Does it need to be System.exit(0)?
Summary: Hello everybody, I am wondering how to call a shell script into another script if you are working in a same directory? Please provide examples if possible ...
Summary: Dear all, I have a shell script with perl commands which I developed by looking at various forums. Now I struck up with a command to add a <java> tag. Please help me. Here is my scenario: <servi...