Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Problem using SWT_AWT

I have a simple plug-in that uses Swing through SWT_AWT bridge.
When I try to run/debug it within Eclipse (using Runtime Workbench) I always
get this exception:

java.lang.NoClassDefFoundError: org/eclipse/swt/awt/SWT_AWT
...

I am running Eclipse 3.0M6.

Does anybody have a clue?

Thanks...


Back to the top