Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Does jsse.jar, jnet.jar files have to be under jre/lib/ext directory?

843811Jan 30 2004 — edited Feb 2 2004
Please 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2004
Added on Jan 30 2004
1 comment
156 views