Where is com.sun.net.ssl.internal.ssl.Provider in 1.4.2_13?
I have an application that makes use of the com.sun.net.ssl.internal.ssl.Provider class in JSSE for SSL communication. This application compiles and runs just fine under _05 and _09 versions of the JDK./JRE. However, after installing the _13 version of the JDK, this class can no longer be found in the classpath. I've read that these classes were also promoted to javax.net.ssl.*, but I can't import that namespace with my current classpath. I am using Eclipse 3.2, and have configured version _13 as an installed JRE. When I use the _05 version as the active JRE everything is just fine. When I use the _13 version as the active JRE I get a class not found error for the specified class.
Sounds like just a just classpath problem to me, but I don't know why Eclipse wouldn't have picked up all the available JARs for the _13 JRE. Any ideas what's going on?
Message was edited by:
lje

