JFreeChart installation help
I have downloaded JFreeChart but can't figure out how to install it. I have the vendor's site but no luck. I mean I dont know where to put the .jar file.Coud someone tell me how to install it on windows pls?
[223 byte] By [
jigza] at [2007-10-3 11:23:56]

Where the java runtime can find it. On Windows the public jre default path is C:\Program Files\Java\yourJavaVersion\jre\lib\extthe ext directory is for java extensions, like JFreeChart.If you are coding with it you put it in the JDK\jre\lib\ext directory as