Search found 3 matches

by kala
Fri Mar 05, 2004 4:20 pm
Forum: JFreeChart
Topic: help: running jfreechart in linux
Replies: 5
Views: 5180

Setting the classpath environment variable is not generally recommended under Java2. The easier way is to simply copy the jfreechart jar file (and its dependancies like jcommon) into the jre/lib/ext folder of your JDK installation (and get rid of the classpath setting altogether)

BK
by kala
Fri Mar 05, 2004 2:43 pm
Forum: JFreeChart
Topic: Sundry bugs
Replies: 1
Views: 2029

Sorry for the false alarm. On going through the sources of other classes in the data.time package, realized that the the TimeZone parameter that is passed in the constructor isn't really kept track of by any of the RegularTimePeriod descendants, and hence it is upto the user to keep track of the Tim...
by kala
Fri Mar 05, 2004 2:27 pm
Forum: JFreeChart
Topic: Sundry bugs
Replies: 1
Views: 2029

Sundry bugs

A couple of sundry bugs to report : 1) If a org.jfree.data.time.Week object is created with a TimeZone that is different from the DEFAULT_TIME_ZONE, the value returned by the getXXXXMilliSecond() calls seem to be incorrect. (Corresponds to the default TimeZone). ("new Week(date).getFirstMilliSeconds...