too long line in manifest file while trying to create jar
Posted
by fadmaa
on Stack Overflow
See other posts from Stack Overflow
or by fadmaa
Published on 2010-06-16T23:13:32Z
Indexed on
2010/06/16
23:22 UTC
Read the original article
Hit count: 201
I am getting a too long line error while trying to build a jar. the long line in the manifest file is the Class-Path line as the application uses a lot of third-party libraries. needless to say, I am using Windows :-( and Eclipse Java 1.6
I tried Class-Path: lib or Class-Path: lib/ but they did not work.
© Stack Overflow or respective owner