Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » kooky TableViewer error..please help
kooky TableViewer error..please help [message #283478] Sun, 03 April 2005 18:18 Go to next message
Eclipse UserFriend
Originally posted by: me.so.angry

hi-

i am getting this error when trying to run the class TableViewerExample.
i didnt change any of the code. it is from a download right off of the
eclipse articles page. Actually i did change one thing and that was the
package name to point to my package. I scammed the source files from a
zip file and imported them into my package. Then i made sure they were
all built after importing.

Exception in thread "main" java.lang.NoClassDefFoundError:
org/eclipse/core/runtime/ISafeRunnable
at com._3rdshiftcoder.db.TableViewerExample.createTableViewer
(TableViewerExample.java:228)
at com._3rdshiftcoder.db.TableViewerExample.addChildControls
(TableViewerExample.java:150)
at com._3rdshiftcoder.db.TableViewerExample.<init>
(TableViewerExample.java:46)
at com._3rdshiftcoder.db.TableViewerExample.main
(TableViewerExample.java:85)

Here are the lines of code related to the syntax error in order.
tableViewer = new TableViewer(table);
createTableViewer();
this.addChildControls(parent);
final TableViewerExample tableViewerExample = new
TableViewerExample(composite);

i suspect it is something not being done right in the eclipse
environment (a setting).

i run another example i put together from scamming from a couple of
different sources (outputting a query against mysql and it works fine).
that class is in the same package.


any ideas why TableViewer is so mean to me?

thanks for any input,
jim
Re: kooky TableViewer error..please help [message #283483 is a reply to message #283478] Sun, 03 April 2005 21:40 Go to previous message
Eclipse UserFriend
Originally posted by: done.for.today

hi-

i think i will backtrack a little. instead of trying to get the program to
run using eclipse maybe i will try and run it at the command line in xp.

never mind,
jim
Previous Topic:update to 3.0.2 fails on Mac OS X
Next Topic:IFile delete() - Not Working.
Goto Forum:
  


Current Time: Thu May 08 14:05:17 EDT 2025

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

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

Back to the top