Hi can anyone tell me how to call the Shell script from java program. It should be possible with Runtime Class. But how to pass a value as input to the shell script from java. [ March 19, 2002: Message edited by: rudhras ]
You will probably have to call the program that handles the shell script, with an argument of the script, followed by the arguments to the script. For example: