JFreeChart on JRE 1.3?
-
- Posts: 21
- Joined: Fri Sep 30, 2005 4:00 am
- Location: Malaysia
- Contact:
JRE 1.3 and JFreeChart Compatability issues
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
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
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
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).
(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
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- Posts: 21
- Joined: Fri Sep 30, 2005 4:00 am
- Location: Malaysia
- Contact:
I have tried your solution
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.
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.