posted 13 years ago
Hello,
I wrote some code to extend the default javax.net.ssl.SSLSocketFactory class and I'm trying to get OC4J to use the relevant class from my JAR file (SSL_NEW.jar). So far the only way I have been able to get this to work is by adding my JAR to the jdk1.5.0_16\jre\lib\ext folder. This isn't an option for production, so I need to find another way. I tried adding the JAR to my classpath, however so far it hasn't been working out. I'm getting the below error message at runtime in my OC4J log file:
It's odd because the error tells me that the class is missing, then it tells me the directory where the missing class is available. Anyone have an idea how I can resolve this?
Thanks,
jgrant