I have been trying to follow the instructions here, http://wiki.java.net/bin/view/Games/4KGamesDesign , for creating jars using kzip, but none of the jars I create work. I keep getting errors about not being able to load the main class from the Manifest file, but when look into the jar, I can’t find anything wrong.
This is the command line I am using:
kzip /s0 /r .jar .class META-INF/MANIFEST.MF
Does this work for everyone else?
Thanks, Casey