I believe you need to import javax.* packages explicitly; only java.*
packages are visible by default.
Ali.
On 4/20/2010 1:59 PM, Shrivallabh Deshmukh wrote:
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]