Search found 2 matches

by ashwati
Wed Aug 11, 2010 3:18 pm
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError: when using chartComposite
Replies: 4
Views: 6569

Re: java.lang.NoClassDefFoundError: when using chartComposite

You can add the required dependency (for the PaintListener class you have to add 'org.swt.eclipse') inside the manifest file for the JFreeChart plugin in your RCP application and this error should go away.

Ashwati Sadanandan
by ashwati
Wed Aug 11, 2010 3:16 pm
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError in eclipse RCP
Replies: 11
Views: 33278

Re: java.lang.NoClassDefFoundError in eclipse RCP

The chart is looking for the PaintListener class, so you need to add 'org.eclipse.swt' as a dependency in your plugin for JFreechart.

Ashwati Sadanandan