JFreeChart on JRE 1.3?

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

JFreeChart on JRE 1.3?

Post by riman » Fri May 20, 2005 6:22 am

Hi. Could i run JFreeChart on machine with JRE 1.3 installed?

kianfatt1982
Posts: 21
Joined: Fri Sep 30, 2005 4:00 am
Location: Malaysia
Contact:

JRE 1.3 and JFreeChart Compatability issues

Post by kianfatt1982 » Wed Dec 14, 2005 9:09 am

hello it depends on the version of JFreeChart that you are choosing to run the codes on, as of now my problem is running JFreeChart 1.0 on JRE 1.3, errors and exception occurs.

I post my snippet of codes in here
http://www.jfree.org/phpBB2/viewtopic.php?p=44400#44400

My problem comes when I try to use the CategoryAxis class, have you solve the problem if yes please reply me back, I am in a crisis now, please help me, thanks you ... hope we can be friends.

You can im me directly in Yahoo Messenger : kianfatt1982@yahoo.com
Ting Kian Fatt
(Software Engineer)
kianfatt1982@gmail.com

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 » Wed Dec 14, 2005 11:38 am

I can think of two possibilities here:

(1) The "headless" Java problem often shows up as a class not found error in the CategoryAxis class - see item 10 in the FAQ:

http://www.jfree.org/phpBB2/viewtopic.php?t=8420

(2) There is a minor problem in the 1.0.0 release that prevents compilation with JDK1.3, this will be fixed in the next release:

http://cvs.sourceforge.net/viewcvs.py/j ... 2=1.13.2.8

(the changes shown include a lot of reformatting, the fix is just changing Color.BLACK --> Color.black).
David Gilbert
JFreeChart Project Leader

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

kianfatt1982
Posts: 21
Joined: Fri Sep 30, 2005 4:00 am
Location: Malaysia
Contact:

I have tried your solution

Post by kianfatt1982 » Fri Dec 16, 2005 3:15 am

Thanks GIlbert

I have tried what you told me to do. The details of my attempt are as posted here :-

http://www.jfree.org/phpBB2/viewtopic.p ... &&start=15

How do I set the Java properties, I have tried to programatically set it, but still cant work.
Ting Kian Fatt
(Software Engineer)
kianfatt1982@gmail.com

Locked