SSLXMPPConnection with IBMs JRE

While running under IBM’'s JRE (java-1.4.2-ibm-1.4.2.0-1jpp_13rh) and creating an SSLXMPPConnection, Smack freaks out with:

“java.lang.NoClassDefFoundError: com/sun/net/ssl/SSLContext”

No big deal, as a bit of digging shows it’'s in the (shipping) jsse.jar but going with that renders no love:

“java.security.NoSuchAlgorithmException: Class com.ibm.jsse.bq configured for SSLContext not a SSLContext”

Ideas?

Thanks,

  • Heow