EGL Reference Guide for iSeries


Building EGL output

To build EGL output , complete the following steps:


Steps to build output
Java programs or wrappers COBOL programs
Generate Java source code into a project or directory:
  • If you generate into a project (as is recommended) and if your Eclipse preferences are set to build automatically on resource modification, the workbench prepares the output.
  • If you generate into a directory, the generator's distributed build function prepares the output.
Generate into a directory. This step produces COBOL source code. COBOL preparation occurs on a remote host system.
Prepare the generated output. This step is done automatically unless you set build descriptor option buildPlan or prep to no. Prepare the generated output. This step compiles and links the source code to produce executable code.


Related concepts
Build
Development process
EGL projects, packages, and files
Generated output
Generation


Related tasks
Creating an EGL source file
Generating into a directory
Generating into a project
Setting up the J2EE run-time environment for EGL-generated code


Related reference
Generated output (reference)


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]