Avatar of durgakar
durgakar

asked on 

Calling java program from Unix Script

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.
System ProgrammingJavaUnix OS

Avatar of undefined
Last Comment
CEHJ

8/22/2022 - Mon