Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.io.IOException: invalid manifest format Error while creating jar

807599Apr 4 2007 — edited Apr 4 2007
Hi
while jar file creatiion i got this error

D:\myframe>jar cmf MyFrame.mft MyFrame.jar *.class
java.io.IOException: invalid manifest format
at java.util.jar.Manifest.read(Manifest.java:180)
at java.util.jar.Manifest.<init>(Manifest.java:51)
at sun.tools.jar.Main.run(Main.java:120)
at sun.tools.jar.Main.main(Main.java:899)

any body help me
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2007
Added on Apr 4 2007
6 comments
9,168 views