vote up 0 vote down star

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 ?

flag

1 Answer

vote up 2 vote down check

Add a space after the colons:

Manifest-Version: 1.0
Main-Class: t
link|flag
wow . that was a perfect solution.thx a lot :) – arshad Jan 8 at 16:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.