How to use Java in a Shell Script
Hi,
I have to write a Shell Script (.sh) file.
My original program runs in a JSP and it uses Java classes.
How do I use the Shell file, to either interact with my Java classes, or get the results from a JSP so I can evaluate the results and provide the exit code in the .sh file.
A small sample would be great.
Thanks...
|