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
Search found 3 matches
- Mon Jun 27, 2005 3:06 pm
- Forum: JCommon
- Topic: NoClassDefFoundError
- Replies: 11
- Views: 54383
- Mon Mar 21, 2005 10:56 am
- Forum: JCommon
- Topic: NoClassDefFoundError
- Replies: 11
- Views: 54383
- Tue Mar 01, 2005 3:05 pm
- Forum: JCommon
- Topic: NoClassDefFoundError
- Replies: 11
- Views: 54383
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...