I deployed my applet in Apache but I get this error message:
Caused by: java.util.MissingResourceException: Can't find bundle for base name com.jrefinery.chart.resources.JFreeChartResources, locale es_AR
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:511)
at com.jrefinery.chart.JFreeChartInfo.<init>(Unknown Source)
at com.jrefinery.chart.JFreeChart.<clinit>(Unknown Source)
Can anybody help me?
problems with the applet in Apache
Re: problems with the applet in Apache
Did you recompile JFreeChart, or just use the supplied jar file? I suspect the former...it is easy to miss the resource files, because they are never referenced directly in the code, so you have to make sure (usually manually) they get compiled. There's a note about it in the jfreechart-install.pdf document.
Regards,
Dave Gilbert
Regards,
Dave Gilbert