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 
		  ここからはじめよう page, click 
		  Open Team Developer Perspective. 
		  In the perspective, you should see the 
			 Enterprise Developer@Windowsn system in the 
			 Team Developer Tree View 
			 . If the system is not shown, to load it:
		   
			 - 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. 
			 
 
- Expand the top-level 
		  Enterprise Developer entry in the 
		  Team Developer Tree View 
		  . 
		
-  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 
		  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 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.