Chapter 4. Java development and job management with Eclipse 51
2. After having compiled all *.java files, all built *.class files are packaged into
one *.jar file.
3. The new built *.jar file is uploaded via FTP into Unix System Services.
4. To submit the uploaded Java application as a batch Job with JZOS, a
locally—in Eclipse—developed JCL is uploaded to MVS.
5. The uploaded batch job is submitted via the FTP protocol and invokes the
uploaded Java application in the JVM with the help of the JZOS launcher.
Batch launcher and the Java application in the JVM are running in the same
address space.
6. The JES output of the Java batch job is retrieved via FTP to the Eclipse
command console.
7. If necessary, the application can be debugged in Eclipse ...