前提:导入需要的[color=red]2个jar[/color]文件,jcommon-版本号.jar,jfreechart-版本号.jar
总是在报错:The type org.jfree.util.PublicCloneable cannot be resolved. It is indirectly referenced from required .class files
结果上网搜索知道了,原来是有个jcommon包忘记导入了
总是在报错:The type org.jfree.util.PublicCloneable cannot be resolved. It is indirectly referenced from required .class files
结果上网搜索知道了,原来是有个jcommon包忘记导入了
本文介绍了在使用JFreeChart时遇到的一个常见错误——找不到org.jfree.util.PublicCloneable类型。通过本文您将了解到如何正确地导入所需的jcommon和jfreechart jar文件,避免此类错误的发生。

2529

被折叠的 条评论
为什么被折叠?



