| Author |
Creating Stand-Alone jar with only dependent classes
|
Daniel Puryear
Greenhorn
Joined: Jun 02, 2002
Posts: 22
|
|
I'd like to deploy an app in a standalone jar file, but instead of pulling in entire libraries of jar files, I'd like to start with the main class and walk backwards, pulling in ONLY the classes neeeded by the application. I use to use Visual Cafe and it did it auto-magically but I'm now using Eclipse with occasional use of Ant with batch commands. Would anyone like to share some Ant task or the like. It would sure save a lot of time! I'll post back if/when I get a process working... -Danman
|
 |
 |
|
|
subject: Creating Stand-Alone jar with only dependent classes
|
|
|