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!

how to configure jdk1.3 to support IBM JCEprovider

843811Apr 17 2005 — edited Apr 20 2005
Hi,

I have a problem with configuring "ibmjceprovider" for my cryptograpy application which should run on jdk1.3 version. I have already tried with SUNJceProvider. But SunJce does not support AES algorithm on jdk1.3 version.

To configure "ibmjceprovider" I have placed the following files in the JAVA_HOME/jre/lib/ext directory
ibmjceprovider.jar
ibmjcefw.jar
ibmpkcs.jar

and added the following line in the java.security file.
security.provider.2=com.ibm.crypto.provider.IBMJCE

When I tried to compile the program I am getting the error like
Exception in thread "main" java.lang.NoClassDefFoundError: java/util/logging/Handler
at com.ibm.crypto.provider.IBMJCE.<clinit>(Unknown Source)

I am getting this error not only for cryptograpy application but, whenever I use the javac command.

Please help in configuring imbjceprovider to work on jdk1.3

Thanks in advance,

Krishna.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2005
Added on Apr 17 2005
2 comments
484 views