How to get started with JFREEChart ???

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sesar
Posts: 12
Joined: Fri Jul 13, 2007 10:57 am

How to get started with JFREEChart ???

Post by sesar » Fri Jul 13, 2007 11:09 am

Please help me :)

I have all JFreeChart files, but I completely don't know how to install it and how to use in eclipse.

I need have an Ant installed, I have all Ant files but here is the same problem for me - i can't use it.

I have read that i also need JAXP-compliant XML - and also I don'tknow how to install it and use for installing all above.

I use WinXP.

Please help me!!!

Thanks for any constructive answers!!

zinZ
Posts: 19
Joined: Mon Jul 09, 2007 2:18 pm

Post by zinZ » Fri Jul 13, 2007 1:31 pm

Hi,

I know a way to do that, I am not sure it's the best one but it works well for me.

In the propreties of your project select Bulid Path then Libraries.
You must Add External JARs and then add the JAR files of the librairy JFreeChart, which are jcommon and jfreechart.

I can't help you about Ant because I have never used it succesfully.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Jul 13, 2007 3:12 pm

You only need Ant if you want to rebuild the JFreeChart jar file. If you are happy to use the precompiled jar files in the JFreeChart distribution, then you just need to add them to your classpath (that is, the JFreeChart and JCommon jar files). See the previous comment by "zinZ".
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

sesar
Posts: 12
Joined: Fri Jul 13, 2007 10:57 am

Post by sesar » Sun Jul 29, 2007 5:08 pm

Hi,

yeah, it works very well

Is there any simple way how to use JFREE as a component of my own form with buttons, edit boxes etc. ??

jwenting
Posts: 157
Joined: Sat Jul 15, 2006 7:46 am

Post by jwenting » Mon Jul 30, 2007 9:20 am

use the ChartPanel supplied as part of JFreeChart distribution as a component of your own windows.

Locked