Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » NoClassDefFoundError when accessing libraries in the JRE's ext folder
NoClassDefFoundError when accessing libraries in the JRE's ext folder [message #576151] Wed, 13 August 2008 13:27
Tom Seidel is currently offline Tom SeidelFriend
Messages: 91
Registered: July 2009
Member
Hi,

I have a small problem with the security extension that are shipped by
the jdk. In general it's not possible to use classes which are located
in the sun/security package, so I created an access rule which grants
the bundle access to the related classes.

If I want to launch my RCP, I get the following runtime error:
java.lang.NoClassDefFoundError: sun/security/pkcs11/SunPKCS11
although the sunpkcs11.jar is located under the JRE System Library Build
Path Entry.

Does anybody know what I'm missing?

Thanks in advance,
Tom
Previous Topic:PDE doesn't recognize dropins folder in 3.4 target (p2)
Next Topic:JUnit Plugin Tests are not recognised by PDE test run
Goto Forum:
  


Current Time: Fri Apr 26 04:15:00 GMT 2024

Powered by FUDForum. Page generated in 0.02732 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top