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: bc1qrxmjgsc5a2fwn7zplpcu7665uq39tp2ss7luwk

Comments are closed.