I was trying to access Mainframe () DB2 using standalone application with “com.ibm.db2.jcc.DB2Driver” driver where I encountered the below error
java.lang.NoClassDefFoundError: com/ibm/crypto/provider/IBMJCE
Problem was that ibmjceprovider.jar was missing from my classpath and java.security file I added the jar file and then added below line in security file..it works.
security.provider.10=com.ibm.crypto.provider.IBMJCE