File does not exist: JCommonResources.properties

A discussion forum for the JCommon class library.
Locked
Jerry Cooper

File does not exist: JCommonResources.properties

Post by Jerry Cooper » Thu Aug 01, 2002 7:47 pm

I've been using the JCommon libraries, along with JFreeChart in a statistical applet. So far everything works wonderfully except one little thing.

Everytime I load the applet the server has teh same errors. I comes back telling me that several files do not exist.
It lists the following files:
DataPakageResources_en.class
DataPackageResources_en.properties
DataPakageResources_en_US.class
DataPackageResources_en_US.properties
JCommonResources_en.class
JCommonResources_en.properties
JCommonResources_en_US.class
JCommonResources_en_US.properties

I've been running the applet with the jar files off of this site, and haven't recompiled them. And these classes don't exist in those jar files that I can see. All of the classes work fine, but this error seems to be slowing the system down as the server keeps trying to find something that isn't there.

Anyone's help in this would be greatly appreciated. Thank you.

Suresh

Re: File does not exist: JCommonResources.properties

Post by Suresh » Wed Aug 07, 2002 10:43 am

Hello,
While running the servlet demo JFreeChartServletDemo, I get the same error where DataPackageResources_en - file not found.
Help is appreciated.
Regards
Suresh

Locked