Search found 2 matches

by sham
Wed Dec 24, 2008 4:26 am
Forum: JFreeChart
Topic: JFree chart on iseries V5R3
Replies: 2
Views: 12141

JfreeChart on Iseries V5R3

yes... set the environment as
java.awt.headless=true. in QIBM_RPG_JAVA_PROPERTIES

and also we have put the SystemDefault.properties with the following values
os400.awt.native=true
java.awt.headless=true

in /QIBM/UserData/Java400/ library


but still getting the same error Classnotfound Exception.
by sham
Tue Dec 23, 2008 9:55 am
Forum: JFreeChart
Topic: JFree chart on iseries V5R3
Replies: 2
Views: 12141

JFree chart on iseries V5R3

Hi , I was able to run the jfree chart on windows environment [windows xp] through IBM Rational Developer 6.0 I move the same .ear file to iseries WAS 6.0 [v5r3] and I have placed the jfree required jars such as jfreechart.jar,jcommon.jar in library /QIBM/UserData/Java400/ext/ and SystemDefault.prop...