RUNJVA CLASS(com.something.myclass) + PARM(&parm1 &parm2) + CLASSPATH('/QIBM/yadda/blah/')
RUNJVA CLASS(com.something.myclass) + PARM(&parm1 &parm2) + CLASSPATH('/QIBM/yadda/blah/')
Guys I need some help. I need to call a java Program through a CL. I have no clue here to start or how to go about it. I am OO Programmer, but management has delegated me to accomplish it. HELP
...and don't forget this option on the runjva command: PROP((java.version '1.2.2')) The 400 can have multiple versions of the JVM installed. You'll probably want to specify the correct one. Replace the 1.2.2 with whatever version you want.