how to configure jdk1.3 to support IBM JCEprovider
843811Apr 17 2005 — edited Apr 20 2005Hi,
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.