Hi, I'm new to jar creation, and just attempted to package my class files together with libraries using Ant. I've managed to get the JAR file with MANIFEST.MF inside. The MANIFEST.MF is as below: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: 1.5.0_08-b03 (Sun Microsystems Inc.) Main-Class: mg.misc.GameGui Class-Path: jchart2d-2.1.0.jar jcommon-1.0.8.jar jfreechart-1.0.4.jar swing-worker-1.1.jar Inside the actual JAR file, I have a package ...