This is probably a really fundamental question, but I\'m afraid I don\'t know much about Java and I couldn\'t find the answer anywhere.
I\'m attempting to build an A
Just in case if you're doing with maven. You need to include following plugin.
org.apache.maven.plugins maven-assembly-plugin 2.4 jar-with-dependencies listener com.example.TestProgressListener make-assembly package single
Read more @ how do I build JAR file with dependencies?