Adding all Libraries to Jar file

In order to add all dependency libraries to single JAR file; Section below needs to be added to build.xml file in the <project> tag:


        
        
        
        
        
        
        
            
            
            
                
            
        
        
            
        
        

 

Then right click on build.xml file → Run Target → Other Targets → package-for-store. Then single jar file will be stored in Store directory in project’s folder.

Hope this helps 🙂

Saeed

 



BTC: 1G1myr8rYv7SgyYtyWXLu3WLSPNaHCGGcd

Comments are closed.