Create a folder to be used as a JAR output folder. The JARs will be created by a build at a later point: 
               	 
            
 
            	 
             
               		
               - In the COBOL Explorer, right-click the addressBookFX project, and then click 
                  		  . 
                  		  
                  This opens the 
                     			 New Folder dialog box. 
                     		  
                   
- In the 
                  		  Folder name field, type 
                  		  lib. 
                  		
               
- Click 
                  		  Finish. 
                  		
               
- In the COBOL Explorer, right-click the 
                  		  addressBookJVM project, and then click 
                  		  Properties. 
                  		  
                  This opens the 
                     			 Properties for addressBookJVM dialog box. 
                     		  
                   
- Click 
                  		  . 
                  		  
                  This displays the 
                     			 Packaging Configuration options in the right pane. 
                     		  
                   
- Check 
                  		  Create packaging target in the build script. 
                  		
               
- Check 
                  		  Create JAR file after build. 
                  		
               
- Click 
                  		  Apply and Close. 
                  		
               
- Repeat steps 4 through 8 for the addressBookWrapper project.