how do I create a java program using the CRTJVAPGM command when the .class
file does not yet exist?

using the CRTJVAPGM command to create a java program.
CRTJVAPGM CLSF('HelloWorld.class') CLASSPATH('/home/srichter')

It fails because the .class file does not exist. Only the .java file exists
at this point.

but once I create the .class file by running javac from QSH, the above
mentioned CRTJVAPGM command works.
javac helloworld.java

but specifiying the .java file on the CRTJVAPGM command does not work:
CRTJVAPGM CLSF('HelloWorld.java') CLASSPATH('/home/srichter')

I guess I can figure out the difference between a .class file and .java
file. But why does CRTJVAPGM want the .class file specified when that is
the file that is created by CRTJVAPGM?

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.