when i compile the JFreeChartDemo.java,it is ok.But when i run it ,it occurs these errors as follows:
exception in thread "main" java.util.MissingResourceException:Can't find bun
dle for base
name com.jrefinery.chart.demo.resources.DemoResources,locale zh_CN
how can i slove the problem?
a error in compiling JFreeChartDemo
Re: a error in compiling JFreeChartDemo
The resource classes are loaded by name, not directly referred to in the code. So unless you compile them explicitly, the Java compiler won't create .class files for them. This is mentioned in the install documentation for 0.9.1.
Regards,
DG.
Regards,
DG.