[RCP M8] NoClassDefFoundError org/eclipse/swt/widgets/Listener [message #247377] |
Sun, 30 May 2004 21:43 |
Eclipse User |
|
|
|
Originally posted by: fre_gilbert.yahoo.fr
Hi all,
I'm under Gentoo Linux and I tried the RCP Tutorial Part 1. In eclipse
my plugin works fine but when I running it outside Eclipse, it doesn't
work and I have a NoClassDefFoundError :
java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Listener
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:151)
at
org.eclipse.ui.tutorials.rcp.part1.RcpApplication.run(RcpApp lication.java:26)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:277)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:239)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
at org.eclipse.core.launcher.Main.run(Main.java:692)
at org.eclipse.core.launcher.Main.main(Main.java:676)
The plugins directory contains both org.eclipse.swt_3.0.0 and
org.eclipse.swt.gtk_3.0.0
Any idea ?
Thanks in advance,
Frédéric
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02963 seconds