Search found 4 matches

by matthew.bain
Thu Mar 22, 2007 9:56 am
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError in eclipse RCP
Replies: 11
Views: 33299

Excellent. Thanks for all the help.
by matthew.bain
Wed Mar 21, 2007 3:01 pm
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError in eclipse RCP
Replies: 11
Views: 33299

It's not in the plugin itself, it is in a plugin that this one is dependent on, although I have tried it with them directly in this plugin as well with the same result.
by matthew.bain
Wed Mar 21, 2007 11:54 am
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError in eclipse RCP
Replies: 11
Views: 33299

Stack Trace & View Code

Stack Trace java.lang.NoClassDefFoundError: org/eclipse/swt/events/SelectionListener at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160) at org....
by matthew.bain
Tue Mar 20, 2007 10:57 am
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError in eclipse RCP
Replies: 11
Views: 33299

java.lang.NoClassDefFoundError in eclipse RCP

Hi, I'm hoping someone can help me. I am testing the use of JFreeChart for use in an eclipseRCP app, but kept getting NoClassDefFound errors in the View I was trying to render it in; even though running as a standalone bean the code worked fine. To remove our target platform from being a concern I h...