I have multiple JAR files, which I have to add to classpath in Eclipse.
Is it possible to combine 30 files in one file and include that file?
There is another thread here that explains how to package jars for releases, including using Ant, jarjar and eclipse plugins.