Question regarding Manifest in Java jar file

Posted by Tara Singh on Stack Overflow See other posts from Stack Overflow or by Tara Singh
Published on 2010-04-20T19:29:18Z Indexed on 2010/04/20 19:33 UTC
Read the original article Hit count: 542

Filed under:
|
|

Hi All,

Is is mandatory to have classpath inside a Manifest file inside the java jar file? can we do work without having the classpath inside it?

The reason why I am asking this is because I have a jar file for a server application. When I tried to connect many connections with Server, Server went down and the error was "Too many open files", when searched about it, I found one Sun Bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6446657 . Then I checked and i was having a classpath entry in the Jar file. So this question arises.

Thanks, Tara Singh

© Stack Overflow or respective owner

Related posts about jar

Related posts about java