You create a project that comprises all the parts of your application. In this case, the Assembler source and BMS files.
- Create a working directory on your machine, for example
c:\tutorials.
- Start Eclipse with workspace directory
c:\tutorials.
- On the Welcome page, click
Open Team Developer Perspective.
- Right-click in the Team Developer Tree view and 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 Team Developer Tree view.
- Right-click
Enterprise Developer Projects; then click
Load Application.
- Right-click
Enterprise Developer Projects in the Team Developer Tree view, and click
.
- Specify the project name
AACT and click
Finish.
Eclipse creates the project in the
c:\tutorials\AACT directory, and the Team Developer Tree view shows the
AACT project.
- Right-click the
AACT project in the Team Developer Tree view, and click
New > Folder > Folder.
- Specify systemsystem as the folder name, and click
Finish.
- Create another folder,
loadlib, in the same way.
This is the folder for the files generated by your project. You now need to configure the project to produce the generated files in the
loadlib subfolder.
- Right-click the project in the Team Developer Tree view, and click
Properties.
- Expand
Micro Focus > Build Configurations and click
COBOL.
- In the
Output Path field, click
Browse, select the
loadlib folder, and click
OK.
- Click
Apply and then click
OK to save your changes.