Hi,
I've downloaded the zip files and I can run the JFreeChartDemo file. However when I try to compile the source code I get a LOT of errors (atleast 100). I've looked at past thread on this topic but people say to use the precompiled classes in the jar files. Well my question is this:
How do I compile the code that I write? Surely if I write a java file and try to compile I can't because the imported classes in my file dont exist. So how do I do it without compiling the source?
Am I just being dense or what?
Thanks,
Martin
P.S. I'm using windows 98 OS
Compiling my code
Re: Compiling my code
You can import precompiled classes as long as the jar file is on your classpath. The setup depends on what Java tools you are using.
Regards,
DG.
Regards,
DG.
Re: Compiling my code
of course! I've reset my class paths to include the new jar files and it works fine now! Thanks for the pointer David.
I'd just like to say that this looks like a VERY good package!
I'd just like to say that this looks like a VERY good package!