I am trying to write an applet using JFreeChart to run in the Notes client (7.0.3). I am getting a runtime error from the applet as shown below. The resources it is looking for are in one of the .jar files imported into the Applet Resource. Does anyone have any idea why the JVM would not be able to find them ??
TIA,
Mark.
— Error appearing in Java Debug Console ----
File not found when looking for: org.jfree.chart.plot.LocalizationBundle
File not found when looking for: org.jfree.chart.plot.LocalizationBundle_en
File not found when looking for: org.jfree.chart.plot.LocalizationBundle_en_GB
File not found when looking for: org.jfree.chart.resources.JFreeChartResources_en
File not found when looking for: org.jfree.chart.resources.JFreeChartResources_en_GB
File not found when looking for: org.jfree.resources.JCommonResources_en
File not found when looking for: org.jfree.resources.JCommonResources_en_GB
File not found when looking for: org.jfree.chart.LocalizationBundle
File not found when looking for: org.jfree.chart.LocalizationBundle_en
File not found when looking for: org.jfree.chart.LocalizationBundle_en_GB