Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Running plugin causes a NoClassDefFound error for IAdaptable
Running plugin causes a NoClassDefFound error for IAdaptable [message #88696] Sat, 26 May 2007 21:44 Go to next message
Travis Caldwell is currently offline Travis CaldwellFriend
Messages: 3
Registered: July 2009
Junior Member
Hi,

I have a plugin project that uses IAdaptable.
Looking through the jar's I found this defined in
org.eclipse.equinox.common_3.3.0
Adding this jar to my Java Build path allows the project to build
correctly, but when I try to run the plugin I get a:
NoClassDefFoundError: org/eclipse/core/runtime/IAdaptable

In the plugin dependancies I have org.eclipse.core.runtime added in and if I
pick "Compute Dependany Extent" on org.eclipse.core.runtime from the outline
view it shows IAdaptable in the Search list.

I tried to add org.eclipse.equinox.common as a plug in dependancy, but it
doesn't show up in the dialog.

Am I totally missing something here?

I am running Eclipse 3.3M7.

Any help would be appreciated.

_Travis_Caldwell_
Re: Running plugin causes a NoClassDefFound error for IAdaptable [message #90552 is a reply to message #88696] Wed, 13 June 2007 20:03 Go to previous message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
I don't see anything obviously wrong with what you are doing. Can you
attach bundle that we can reproduce this with? Or open a bug report and
attach the bundle there.

Thanks

Tom.
Previous Topic:Re: Can there be more than one application?
Next Topic:Metatype Service and Localization
Goto Forum:
  


Current Time: Fri Apr 26 16:18:12 GMT 2024

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

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

Back to the top