having problems running the very first demo JfreechartDemo

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Brinda

having problems running the very first demo JfreechartDemo

Post by Brinda » Mon Aug 12, 2002 7:21 pm

Just downloaded jfreechart-0.9.2.zip from the sourceforge website. Unpacked it and tried to run the jFreechartDemo. I got an exception "

Exception in thread "main" java.lang.NoClassDefFoundError: source/com/jrefinery/
chart/demo/jFreeChartDemo

What is it that I am doing wrong ??

I tried to compile the files and then run the demo, I got 100 errors when I tried to compile.

What could possibly be wrong ??

Could someone please tell me what is going on ??

I am new to this and need some help

Thanks.

David Gilbert

Re: having problems running the very first demo JfreechartDe

Post by David Gilbert » Mon Aug 12, 2002 11:38 pm

Class names are case sensitive, so 'jFreeChartDemo' is not the same as 'JFreeChartDemo'.

Regards,

DG.

Locked