java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Canvas [message #573206] |
Tue, 26 December 2006 20:33 |
Eclipse User |
|
|
|
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!
|
|
|
Powered by
FUDForum. Page generated in 0.02687 seconds