Question regarding Manifest in Java jar file
- by Tara Singh
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",…