hi all
I am facing this error when i try to modify the manifest file  using the
text file as input.

java.io.IOException: invalid header field
        at java.util.jar.Attributes.read(Compiled Code)
        at java.util.jar.Manifest.read(Compiled Code)
        at sun.tools.jar.Main.update(Compiled Code)
        at sun.tools.jar.Main.run(Main.java:130)
        at sun.tools.jar.Main.main(Main.java:760)

I am giving this command at the command prompt. all the files are in my
current directory.

jar -cvfm manifest.txt Demo.jar *.class *.ser


where input manifest.txt has following entries
name :< .ser file name>
Enterprise-Bean:True


Please help

Ashwani






Visit http://www.niit.com for eCommerce Solutions.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to