My plugin uses the webservices api which relies on creating an https connection.
The bundle class loader cannot resolve the classes present with the jre (jsse jar) java.lang.NoClassDefFoundError: javax/net/ssl/HostnameVerifier I tried adding jsse.jar explicitly using the manifest (duplicate classes loaded by the classloader), then it began to crib about internal sun packages. Any idea why this could be happening? Is there any reason why the bundle class loader would not see these classes? Regards Shrivallabh

