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
How to use Jfreechart with Jbuilder?
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
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
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


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
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
Thanks for replying
Thanks a lot for your advice it's working now!
Good bye from france!
KidAcid
Good bye from france!
KidAcid

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