I have a standard java application, public static void main(String[] args), that I want to deploy. I would like it in a jar with all of its dependent jars, there is about 10 of them. I have deployed the app itself in an executable jar but do not know how to get all of the other jars included and working with out getting crazy with the classpath. What is the best way of doing this in MyEclipse? I am using Java 5 so the wildcard for the classpath will not work.
Thanks,
Warren