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
Search found 2 matches
- Wed Aug 11, 2010 3:18 pm
- Forum: JFreeChart
- Topic: java.lang.NoClassDefFoundError: when using chartComposite
- Replies: 4
- Views: 6569
- 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
Ashwati Sadanandan