I am installing a large application and using the jake tool to compile the source code. I have downloaded and installed (set classpath) the JFreeChart but i get the error
"C:\develop\hcss\nl\esa\herschel\ia\plot\Axis.java:15: package com.jrefinery does not exist import com.jrefinery.*; "
^
I have installed the newest version of JFreeChart have the changed the directory structure? Any help would be great.
Thanks in advance,
Bosco
import com.refinery.*
Re: import com.refinery.*
It seems the com.jrefinery.ui package was left out of the source control directory. I downloaded the Windows(.zip) version and it is not in there. It could be in the Linux/Unix version(.gz) but I have not checked.
You can download the files at (which is the CVS location):
http://cvs.sourceforge.net/cgi-bin/view ... finery/ui/
- Jamey
You can download the files at (which is the CVS location):
http://cvs.sourceforge.net/cgi-bin/view ... finery/ui/
- Jamey
Re: import com.refinery.*
The com.jrefinery package is part of the JCommon class library, so the error suggests to me that you don't have jcommon-0.7.2.jar on your classpath.
Regards,
Dave Gilbert
Regards,
Dave Gilbert