I have changed from 0.9.8 to 0.9.13 but whenever i try to create a chart it gives me the following error:
java.lang.NoSuchMethodError: org.jfree.ui.about.Licenses.getInstance()L/org/jfree/ui/about/Licenses;
I have jcommon0.8.8 installed and in my classpath, and it contains this method. I'd appreciate any help you could offer. thanks.
Jeff
NoSuchMethod getInstance in License error
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Check that you don't have another version of the JCommon class library on your classpath, that method is new to the latest version.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

