JFreeChart Applet

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

Subject: JFreeChart Applet

Sounds like a classpath problem. There’s a great sample database that includes jfreechart examples available on nsftools.com;

http://www.nsftools.com/misc/JMP201JavaSamples.zip

Subject: RE: JFreeChart Applet

Hi Ed,

I already have your example and it was very useful. The JFreeChart code works fine when imported into an agent, but not when imported into an applet or a Java script library. Any ideas why this might happen?

TIA,

Mark.