Installing under JBuilder5 (windows)

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

Installing under JBuilder5 (windows)

Post by Andre Vossen » Fri Aug 17, 2001 2:11 pm

Can someone explain to me the steps involved so that I can use this package in the JBuilder IDE. The problem I have on the moment is that the compiler does not find the methods.

Navin Pathuru

RE: Installing under JBuilder5 (windows)

Post by Navin Pathuru » Fri Aug 17, 2001 10:35 pm

Here are the rough Steps i followed and i was good with it:
1. Create a project called JFree in JBuilder.
1a: Select make option even though there is nothing, this will let JBuilder create the appropriate directories such as classes, src under the directory JFree.
2. Download JFreeChart to a temp dir in your C drive.
2a. Unzip JFreeChart and copy the directory by name com.
3. Open windows explorer,go to the directory JFree and then go to a directory src and paste the directory com.
4. You will find a few directories created under com.
5. In Jbuilder, select the make option again and then you are ready to work with Demo programs.
These are the steps i followed.

Thank you,
Navin Pathuru

Dogbert

RE: Installing under JBuilder5 (windows)

Post by Dogbert » Wed Oct 03, 2001 6:03 pm

Shouldn't he just add jfreechart.jar to the project's "Requird Libraries" (Project/Project Properties/Paths/Required Libraries)?

Dogbert

Locked