Includes tutorials that teach you the basics of how to use the
Eclipse IDE to create and debug your first "Hello PL/I World" application,
and to develop, run, and debug the OPDEMO sample application.
Assumptions
These tutorials are written from the perspective that all of the following is true. If you require specific instructions for
any of these items, see the
Before you begin a tutorial section that follows:
Before you begin a tutorial
- Set up the COBOL environment
- The
cobsetenv command sets up your COBOL environment in Eclipse, and sets the $COBDIR environment variable to point to your
Enterprise Developer installation directory.
- At a terminal command prompt, log in as a root user.
- Execute the following command:
. /opt/microfocus/EnterpriseDeveloper/bin/cobsetenv
- Start the Micro Focus Directory Server service
-
- At a terminal command prompt, log in as a root user.
- Change to the following directory:
$COBDIR/bin
- Execute the
mfds command:
mfds
- Start
Enterprise Developer
- Start
Enterprise Developer using the default workspace, which is
$home/workspace. If you need instructions to get
Enterprise Developer started on your local machine, see
To start
Enterprise Developer.
- Open the
PL/I Perspective and
Application Explorer View in Eclipse
-
- From the Eclipse IDE, click
Open Perspective
.
- On the
Open Perspective dialog box, select
PL/I, and then click
Open.
This starts the
PL/I perspective and the
Application Explorer view.
In addition, the
Enterprise Development Projects system should be loaded in the
Application Explorer view. To confirm this:
- In the
Application Explorer view, you should see the
Enterprise Developer system. If the system is not shown, to load it:
- Right-click in the
Application Explorer view, and then click
Add System(s).
- In the
Add System(s) dialog box, select
ED System and click
OK.
- Expand the top-level
Enterprise Developer entry in the
Application Explorer view.
- Right-click
Enterprise Development Projects; then click
Load Application.
- Otherwise, expand the
Enterprise Developer system. An entry titled
Enterprise Development Projects should appear indicating that the system is loaded.
- Set Eclipse to build automatically
- By default, the Eclipse
Build Automatically option is turned on, which means that Eclipse builds a project automatically each time a change is made. To ensure that this
Build Automatically is turned on:
- From the Eclipse Main Menu, click
Project.
- Do one of the following:
- If the
Build Automatically menu option has a check mark to its left, it is already turned on. No further action is required.
- If the
Build Automatically menu option does not have a check mark to its left, click the option to turn it on.
Sequence
You may do these Open PL/I tutorials in any order. They are not interdependent.