[go: up one dir, main page]

Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Canvas
java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Canvas [message #573206] Tue, 26 December 2006 20:33
Eclipse UserFriend
Originally posted by: ira.greenstein.austin.rr.com

OK, i need to eat some humble pie on this one. (newbie alert)

I am running Eclipse 3.2 within a Callisto distro. If i run any of the
Nebula widget example snippets, everything works as specified. However,
as i write a simple RCP application, and i run it from the IDE, i get the
error message

java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Canvas

Such as when i execute the lines:


public class FilterView extends ViewPart {

......

public void createPartControl( Composite parent )
{
PShelf shelf = new PShelf(parent, SWT.BORDER);
}


What do i need to include in the run time plug-ins or classpath to get by
this error. I have already selected all plug-ins and this error was still
generated. Obviously, i am missing something simple.

Thanks!
Previous Topic:CompositeTable download is live
Next Topic:java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Canvas
Goto Forum:
  


Current Time: Fri Dec 13 17:51:05 GMT 2024

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

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

Back to the top