I\'m writing a java app using eclipse which references a few external jars and requires some config files to be user accessable.
What is the best way to pac
You could look at other java projects (e.g. JMeter, SquirrelSQL, JEdit, Cernunnos, etc.). Each package their applications slightly differently, so consider your goals when you review these.