Search found 3 matches

by RoyT
Mon Jun 27, 2005 3:06 pm
Forum: JCommon
Topic: NoClassDefFoundError
Replies: 11
Views: 39144

Hi cassidyh.

I am sorry but I do not know anything about Eclipse or how it sets its classpath or where appropriate files should be stored.

RoyT
by RoyT
Mon Mar 21, 2005 10:56 am
Forum: JCommon
Topic: NoClassDefFoundError
Replies: 11
Views: 39144

Hi

My problem was caused by Apache Tomcat not using the classpath. When I put the jar file into the lib directory then it all worked.

Best of luck with your problem.

RoyT
by RoyT
Tue Mar 01, 2005 3:05 pm
Forum: JCommon
Topic: NoClassDefFoundError
Replies: 11
Views: 39144

NoClassDefFoundError

Hi, I cannot understand why I get the above error when running my java app under Apache Tomcat, when the compile picks up the class ok. The class in question is FloatDimension. I have set up my classpath to include jcommon-0.9.7.jar, and I have code containing import org.jfree.ui.FloatDimension; and...