invalid header file while using jar for archiving

Posted by arshad on Stack Overflow See other posts from Stack Overflow or by arshad
Published on 2009-01-07T05:40:53Z Indexed on 2010/03/29 7:43 UTC
Read the original article Hit count: 296

Filed under:
|

When i use this cmd line : jar cmf arshad.mf ars.jar *.class i get this error :

invalid header field name:Manifest-version

This is my manifest file :

Manifest-Version: 1.0
Main-Class:t

i made the manifest file with notepad in UTF-8 encoding - is there any problem with the manifest ?

© Stack Overflow or respective owner

Related posts about java

Related posts about jar