How to use Jfreechart with Jbuilder?

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

How to use Jfreechart with Jbuilder?

Post by KidAcid » Tue Jan 06, 2004 11:57 am

Hi all,

I'm a beginner in Java and I need to use JBuilder with the Jfreechart library. I have JBuilder 9 for windows XP and Jfreechart 0.9.15 but I have no idea about how I can install the Jfreechart library on Jbuilder.

I would be really pleased If somone could help me in that task.
Thanks a lot!

KidAcid

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 » Tue Jan 06, 2004 10:26 pm

It is so long since I used JBuilder that I forget the procedure. You just need to tell JBuilder where the jfreechart-0.9.15.jar and jcommon-0.9.0.jar files are...look up the JBuilder documentation, it should explain how it is done.
David Gilbert
JFreeChart Project Leader

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

akkeri
Posts: 13
Joined: Sat Nov 22, 2003 10:50 pm

Post by akkeri » Wed Jan 07, 2004 10:43 am

follow these steps to use jfreechart with jbuilder:
go to menu: project/project properties/required libraries
click add and the select new:
in the "new library wizard" give it some name and select "project" for the location.
click add and select the path of the jar archives jcommonx.x.x.jar and jfreex.x.jar
in your servlet jsp type import and jbuilder will popup the list of packages to import. verify that org.jfree is listed

KidAcid

Thanks for replying

Post by KidAcid » Thu Jan 08, 2004 11:45 am

Thanks a lot for your advice it's working now!
Good bye from france!
KidAcid :D
akkeri wrote:follow these steps to use jfreechart with jbuilder:
go to menu: project/project properties/required libraries
click add and the select new:
in the "new library wizard" give it some name and select "project" for the location.
click add and select the path of the jar archives jcommonx.x.x.jar and jfreex.x.jar
in your servlet jsp type import and jbuilder will popup the list of packages to import. verify that org.jfree is listed

Guest

Post by Guest » Wed Mar 17, 2004 10:42 pm

Did this, but still cannot resolve symbol!!!!

Locked