Sunday, March 02, 2008

jar java.io.IOException: line too long

when creating a jar file with manifest it helps taking note of the following line
from jar --help:
"The manifest file name, the archive file name and the entry point name are
specified in the same order as the 'm', 'f' and 'e' flags."
somewhat unusual behaviour