1 New Links:
Java : Tools and Utilities : JAR and Zip
- Using Ant classpath in jar manifest - I came across a handy way of using the project classpath variable in an Ant buildfile to create the Class-Path entry in the jar manifest file. Using this method, the generated jar can be run just by double-clicking it and the classpath only needs to be defined once at the top of build.xml.
|