Manifest Problem
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 :)

