I want to write a unix script which would call a java program.
The java file that will be called will have a main class and will be packaged with other class files in a jar file.
I will place this jar file in the class path of the unix server.
Any help on this will be appreciated.