import com.refinery.*

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

import com.refinery.*

Post by Boscarelli » Tue Feb 11, 2003 5:54 pm

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

Jamey Johnston

Re: import com.refinery.*

Post by Jamey Johnston » Tue Feb 11, 2003 6:34 pm

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

David Gilbert

Re: import com.refinery.*

Post by David Gilbert » Tue Feb 11, 2003 11:53 pm

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

Locked