java.lang.ClassNotFoundException: sun.security.provider.Sun
843811Sep 17 2008 — edited Sep 19 2008I'm getting the above exception.
I'm running in RAD, which is using ibmjsseprovider.jar, so I tried manually adding the 3 jsse files to the project (jcert.jar, jnet.jar, jsse.jar). That didn't fix the problem.
Truthfully, I don't even know where to start reading for this. The exception is being thrown by an api I'm hitting as part of its authentication step. Any thoughts?