Does jsse.jar, jnet.jar files have to be under jre/lib/ext directory?
843811Jan 30 2004 — edited Feb 2 2004Please help. If I put these files under $JAVA_HOME/jre/lib/ext directory, my application which has a SSL module works. If I take it out it breaks but some other tool from some other vendor works.
I want both things to work so somebody suggested to put all JSSE jar files in my application jar but no help. Here is my manifest file -
Manifest-Version: 1.0
Class-Path:
jsse.jar
jnet.jar
jcert.jar
jce_12-do.jar
and I put all jar files in the parent directory not under any sub-directory.