
Chapter 4. Java development and job management with Eclipse 63
Figure 4-8 Eclipse console output
After compiling and uploading all necessary files to the host, the job is submitted
via FTP and the JES SYSOUT is displayed on the Eclipse console. You should
see a “HelloWorld” and an error message from us.
Finally, the job is purged.
4.3.2 Customizing the Java application
The last sections described our sample HelloWorld application. In this section,
we describe the necessary steps for how to develop your own Java standalone
application for z/OS with Eclipse.
We recommend to take the HelloWorld Eclipse sample project as template for
new Java projects. ...