Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Problems with Table and tableViewer
Problems with Table and tableViewer [message #460287] Tue, 23 August 2005 17:18
Eclipse UserFriend
Originally posted by: jaguaralcon.hotmail.com

I hope you can help me.

I have small problem with programm I'm try put check,option and combo this
code return the following err

Exception in thread "main" java.lang.NoClassDefFoundError:
org/eclipse/core/runtime/ISafeRunnable
at phantom.core.ShBusquedaint.createTableViewer(ShBusqueda.java :55)
at phantom.core.ShBusquedaint.ventana(ShBusqueda.java:97)
at phantom.core.ShBusquedaint.<init>(ShBusqueda.java:68)
at phantom.core.ShBusqueda.muestra(ShBusqueda.java:35)
at phantom.util.KLBusqueda.keyPressed(KLBusqueda.java:43)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:122)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:880)
at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1154)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:876)
at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1190)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3135)
at org.eclipse.swt.widgets.Text.WM_CHAR(Text.java:1782)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3038 )
at org.eclipse.swt.widgets.Text.windowProc(Text.java:1777)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706 )
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:16 56)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2711)
at phantom.Principal.<init>(Principal.java:149)
at phantom.Principal.main(Principal.java:170)

I think that err
phantom.core.ShBusquedaint.createTableViewer(ShBusqueda.java :55)
and I'm not understand Exception in thread "main"
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/ISafeRunnable

Thank you.
Previous Topic:lightweight Composite?
Next Topic:Table layout on Linux/GTK
Goto Forum:
  


Current Time: Fri Apr 26 22:12:26 GMT 2024

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

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

Back to the top