Search found 127 matches

by garv
Mon Nov 06, 2006 9:12 am
Forum: JFreeChart
Topic: Charting for non-Java savvy users
Replies: 5
Views: 4832

Re: Charting for non-Java savvy users

Is anyone aware of a slightly more user friendly wrapper / application for JFC commercially available (or even for free) ? From what I've seen that is currently commercially availabe, some savvy java person could clean up with an application utilising JFC, making its features availabe to a wider ra...
by garv
Mon May 24, 2004 12:15 pm
Forum: JFreeChart
Topic: NoClassDefFoundError jfree/util/PublicCloneable
Replies: 1
Views: 1929

Got JCommon.jar?
by garv
Tue May 18, 2004 12:34 pm
Forum: JFreeChart
Topic: How to set equal scaling in Scattered Plot graph
Replies: 2
Views: 2160

use the setLowerBound(...) and setUpperBound(...) methods of your axes. There are methods in the DatasetUtilities class that can help you determin the min and max values in any given dataset.
by garv
Tue May 18, 2004 12:30 pm
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError at org.jfree.chart.ChartFacto
Replies: 3
Views: 4815

Double-check to make sure that the JCommon jar (from the lib folder in the JFreeChart package you used) is in your classpath.
by garv
Mon May 17, 2004 11:14 am
Forum: JFreeChart
Topic: jfree?why call it free?but putchase the developer guide
Replies: 3
Views: 3113

Besides, you don't have to buy the developer guide. You're perfectly welcome to figure out everything on your own (there's quite a comprehensive set of demos included in the package to let you do just that). JBoss and quite many other open-source systems handle the same model. Get the software for f...
by garv
Mon May 17, 2004 11:10 am
Forum: JFreeChart
Topic: JFreeChart 0.9.18
Replies: 9
Views: 7829

put the latest jcommon.jar in your classpath (both JCommon and Log4j are included in the lib folder of the JFreeChart distribution)
by garv
Fri May 14, 2004 3:55 pm
Forum: JFreeChart
Topic: TimeSeries clickable bars
Replies: 2
Views: 2614

Yes, it's possible. The code is much the same as with tooltips.
by garv
Fri May 14, 2004 9:33 am
Forum: JFreeChart
Topic: Class Logger Dissapear
Replies: 2
Views: 2639

You need the log4j jar file. Its included in the JFreeChart distribution, and you can find it at http://logging.apache.org/log4j/docs/index.html.
by garv
Wed May 12, 2004 8:52 am
Forum: JFreeChart
Topic: Loacalization problem
Replies: 1
Views: 2170

Are all clients using the same JVM?
by garv
Tue May 11, 2004 3:55 pm
Forum: JFreeChart
Topic: compiling JFreeChart.java
Replies: 13
Views: 9578

the problem was that i had assumed that when i clicked the program it was being opened with wordpad. apparently not. i just changed the 'open with' to use wordpad on all .java files and things are working fine. I know that voluntary advice can be a bit annoying, but... Wordpad to edit Java files? D...
by garv
Tue May 11, 2004 12:44 pm
Forum: JFreeChart
Topic: cewolf and tomcat 5.0.19
Replies: 7
Views: 5063

JCommon-0.8.0 is a really old version, the current version 0.9.3.

http://sourceforge.net/project/showfile ... e_id=40079
by garv
Tue May 11, 2004 11:34 am
Forum: JFreeChart
Topic: Help with running an example
Replies: 12
Views: 7518

Hmm. Maybe you have an incompatible version of JCommon? What version of JFreeChart are you using?

All JCommon versions can be downloaded here:
http://sourceforge.net/project/showfile ... e_id=40079
by garv
Tue May 11, 2004 11:31 am
Forum: JFreeChart
Topic: cewolf and tomcat 5.0.19
Replies: 7
Views: 5063

Do you have the JCommon package in Tomcat's classpath?
by garv
Tue May 11, 2004 8:53 am
Forum: JFreeChart
Topic: Help with running an example
Replies: 12
Views: 7518

Classpath problem. Make sure the compiler can find the JCommon library.