I am using NetBeans 8.0.1 compress jar option in properties to make a jar file of my project.
I want the jar file to include some external jar files in the libraries. However, my exported jar file does not have external libraries, which I want to include. How to add external libraries to a jar file?