The JCICS example programs are included in the CICS Explorer
SDK and can be loaded in Eclipse as a Plug-in project.
Procedure
- Open the New Example wizard using
one of the following choices:
- In the Eclipse menu bar click File > New > Examples.
- Click the down arrow on the New Wizard icon and click Example.
- In the Project Explorer view, right-click and click New
> Example.
- In the CICS Java folder click the example you want to load
and click Next.
- In the Project Name field enter a name for the new project.
By default, Eclipse creates a name that is the folder location of
the examples in the workspace, followed by the example name. For example,
the default Project Name for the Hello World example is: com.ibm.cics.server.examples.hello
- Click Finish.
Results
The new project is created and the chosen example is loaded.
What to do next
You can now review the example code to see how the JCICS
classes are used.