Hi
I've built a nice little Java App and created a JAR file and deployed it. The App uses external JARs such as the Log4J JAR. My question is this: When creating my JAR file, how do I include all external dependent JARs into my archive? In order to get my App working, I'm having to copy the Log4J JAR into the same directory as my own JAR which kinda defeats the object. Wouldn't it be more elegant to have 1 single JAR file to deploy? I'm still a newbie to all this so please forgive my ignorance :)
Thanks to all in advance
Cheers
John