You create a project that comprises all the parts of your application. In this case, the Assembler source and BMS files.
- Start Eclipse with workspace directory
c:\tutorials.
- On the
Welcome page, click
Open Team Developer Perspective.
In the perspective, you should see the
Enterprise Developer@Windowsn system in the
Application Explorer view. If the system is not shown, to load it:
- Right-click in the
Application Explorer 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
Application Explorer view.
- Right-click
Enterprise Developer Projects; then click
Load Application.
- Expand the top-level
Enterprise Developer entry in the
Application Explorer view.
- Right-click
Enterprise Developer Projects in the
Application Explorer view, and click
.
- Specify the project name
AACT and click
Finish.
Eclipse creates the project in the
c:\tutorials\AACT directory, and the
Application Explorer view shows the
AACT project.
- Right-click the
AACT project in the
Application Explorer view, and click
New > Folder > Folder.
- Specify
system 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
Application Explorer 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
OK to save your changes.