|
Java™ by example!
|
|
|
Why do I get an 'invalid header field' error in creating a manifest?
This frequent mistake occurs when you specify the attributes to the jar utility in an incorrect order. The manifest file name and the archive file name needs to be specified in the same order the 'm' and 'f' flags are specified.
Further Information
Author of answer: Joris Van den Bogaert
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|