« Return to Thread: NoClassDefFoundError

RE: NoClassDefFoundError

by Caldarale, Charles R :: Rate this Message:

Reply to Author | View in Thread

> From: chenjh [mailto:chenjh@...]
> Subject: NoClassDefFoundError
>
> I had placed jfreechart.jar and jcommon.jar into [tomcat]/common/lib,
> but after running for some time, the producing image page fail with
> NoClassDefFoundError.

Make sure you do not have other copies of jfreechart.jar or jcommon.jar (or any classes therein) in some other location visible to the webapp classloader - such as WEB-INF/lib or shared/lib.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: NoClassDefFoundError