Cannot compile examples in documentation PART II

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

Cannot compile examples in documentation PART II

Post by atom » Tue Jun 04, 2002 5:25 pm

Hello Again

I read a previous Answer that David gave. I tried the following as specified in documentation 3.5

javac -g:none -O -verbose -classpath .:../jars/jcommon-0.6.1.jar com/jrefinery/chart/demo/resources/*.java

But I get the following error

error: cannot read: com/jrefinery/chart/demo/resources*.java
1 error

I have a done a standard installation into the c: drive if any one can tell me how can go about compiling the whole package which I believe should resolve the problem.

Thanxs
A.M

Locked