Thursday, September 16, 2010

RCP + JFreeChart: PaintListener exception

When trying to create JFreeChart in RCP, I prominently ran into this exception saying as missing PaintListener:

Could not create the view: org/eclipse/swt/events/PaintListener


Later I found out that I missed to include "org.eclipse.swt" as a dependancy in JfreeChart plug-in I created before:

Which means I somehow skipped the 3.3 in the link :

http://www.vogella.de/articles/EclipseJFreeChart/article.html

No comments:

Post a Comment