class com/jrefinery/data/Dataset missing ?

A discussion forum for the JCommon class library.
Locked
Jim B.

class com/jrefinery/data/Dataset missing ?

Post by Jim B. » Fri Apr 05, 2002 6:14 pm

Hi,

I've copied jcommon-0.6.0 to my project's lib directory(I'm using ANT to compile and run) in order to use JFreeChart and JFreeReport.

Apparently, it all compiles, but when I run the whole thing, it gives me an error " java.lang.NoClassDefFoundError: com/jrefinery/data/Dataset" .

I'm also using JCreator for compiling and running my files but I can get everyting working there.

Any ideas ?

Thanks in advance
jim

David Gilbert

Re: class com/jrefinery/data/Dataset missing ?

Post by David Gilbert » Mon Apr 08, 2002 9:04 am

Hi Jim,

You must be having classpath troubles...if the Dataset interface was missing from the download I would have received lots of e-mails last month when this version was released.

Regards,

DG.

Locked