Skip to Main Content

Java Programming

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!

Manifest Problem

807605Jul 24 2007 — edited Jul 26 2007
Hi guys...

have you encountered this error in building a jar file?

building batch file....
java.io.IOException: line too long
at java.util.jar.Attributes.read(Attributes.java:362)
at java.util.jar.Manifest.read(Manifest.java:167)
at java.util.jar.Manifest.<init>(Manifest.java:52)
at sun.tools.jar.Main.run(Main.java:123)
at sun.tools.jar.Main.main(Main.java:903)
finish building batch file.
Press any key to continue . . .

i have a lot of jaar dependencies so i have to put them all in the classpath in the manifest file...and this is the source of the error...

Any idea on how to remedy the problem? Need you help asap...

Thanks in advance :)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2007
Added on Jul 24 2007
3 comments
346 views