PDA

View Full Version : Calling a JAva Program through a CL



dkeys@oreillyauto.com
07-12-2001, 11:02 AM
RUNJVA CLASS(com.something.myclass) + PARM(&parm1 &parm2) + CLASSPATH('/QIBM/yadda/blah/')

Guest.Visitor
07-12-2001, 11:17 AM
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

Guest.Visitor
07-12-2001, 11:17 AM
...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.