Import the CICS Web-enabled version of the ACCT transaction source files into your ACCTCLNT project.
                  	 
               
            
 
            	 
            To import the ACCTCLIENT sample application files into your project: 
               	 
            
 
            	  
            	 
             
               		
               - In Eclipse, select your project in the 
                  		  Application Explorer view. 
                  		
               
- Click 
                  		  File > Import on the main menu. 
                  		
               
- In the 
                  		  Import dialog box, expand 
                  		  General, click 
                  		  File System and then click 
                  		  Next. 
                  		
               
- Click 
                  		  Browse, and then navigate to the ACCTCLNT sample files, located by default in the 
                  		  %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\ACCTCLNT directory. 
                  		
               
-  Click 
                  		  OK. 
                  		
               
- In the left panel, expand the 
                  		  ACCTCLNT folder. 
                  		
               
- Check the boxes next to all of the listed folders, which include: 
                  		  
                   
                     			 
                     - bms 
                        			 
                     
- cbl 
                        			 
                     
- cpy 
                        			 
                     
- data 
                        			 
                     
- html 
                        			 
                     
- repos 
                        			 
                     
- system 
                        			 
                     
 
- Click 
                  		  Finish. 
                  		  
                  This imports all required files into your project, creates the 
                     			 .dll, 
                     			 .idy and 
                     			 .mod files in the 
                     			 loadlib directory, generates a 
                     			 .cpy file from the BMS, and builds the project. 
                     		  
                   Note: The project build fails at this point because you have not set any project properties. You do this in the next phase of this
                     tutorial.