Search found 69 matches

by Mimil
Wed Aug 04, 2004 4:11 pm
Forum: JFreeChart
Topic: Complie error
Replies: 1
Views: 1819

Hi,

Yes, your classpath seems to be wrong, just include all libraries located in lib/ of the distribution you have downloaded.
There are many ways to set the classpath, here are some of them:
- javac -cp {jars,...} ...
- change the CLASSPATH environment variable of your OS
...
by Mimil
Thu Jul 22, 2004 10:25 am
Forum: JFreeChart
Topic: Where am i download source of jfreeChart demo ?thanks
Replies: 4
Views: 2542

Hi,

demos are located in the package you have downloaded (src/org/jfree/chart/demo)
If you want more demos I think advanced ones are delivered with the commercial support:

http://www.jfree.org/phpBB2/viewtopic.php?t=9590
by Mimil
Mon Jul 19, 2004 8:55 pm
Forum: JFreeChart
Topic: Using JFreeChart
Replies: 1
Views: 1824

Hi,

I think you should take a look to demos packaged with the distribution of JFreeChart. You can also buy the Developper guide.

see http://www.jfree.org/jfreechart/index.html for more informations.
by Mimil
Tue Jul 13, 2004 11:24 am
Forum: JFreeChart
Topic: Can it be used in a php generated page?
Replies: 2
Views: 1819

Hi,

Yes, for php it is the best free charting tool (free for non commercial use :()
by Mimil
Wed Jul 07, 2004 3:10 pm
Forum: JFreeChart
Topic: Can't recompile jfreechart, looked CVS page Dataset.java
Replies: 1
Views: 1532

Hi, erm Dataset.java seems to be where it has to be, look: http://cvs.sourceforge.net/viewcvs.py/jfreechart/src/org/jfree/data/ So can you tell us what did you do to compile (what commands,...)? Tried to recompile using 0.9.2.0.jar For me, it doesn't really mean anything. I think you are trying to c...
by Mimil
Sun Jul 04, 2004 3:45 pm
Forum: JFreeChart
Topic: Problem in Recompile version 0.9.20
Replies: 2
Views: 3617

Hi,

org.jfree.util.* comes from jcommon package. Ensure you that you have put it properly in your classpath and i think that all will be okay.
If you are trying to compile a 0.9.20, jcommon is a 0.9.5
by Mimil
Thu Jul 01, 2004 11:23 am
Forum: JFreeChart
Topic: jcommon9.5 source?
Replies: 1
Views: 1542

Hi,

I don't know for when the release is planed, but you can use the CVS to download its sources and use ANT scripts to build the library archive.
by Mimil
Thu Jul 01, 2004 11:19 am
Forum: JFreeChart
Topic: java.lang.ClassCastException
Replies: 4
Views: 4251

Hi,

Is that the full stacktrace? Usualy it tells where the class cast exception has occured. I hoped it cames from your code...
by Mimil
Tue Jun 29, 2004 11:01 pm
Forum: JFreeChart
Topic: JFreeChart in main GUI or into JFreeReport
Replies: 3
Views: 2799

PS: if you don't already know, you have a little demo about how to use JFreeChart in JFreeReport (it is located in jfreereport-ext-x.x.x package).

As david said:
david.gilbert wrote: there isn't a way to have the chart "driven" by the report data.
by Mimil
Tue Jun 29, 2004 10:56 pm
Forum: JFreeChart
Topic: java.lang.ClassCastException
Replies: 4
Views: 4251

Hi,

can you post the full stacktrace?
(because it doesn't tell me where is the error)

Your code seems to be okay but i don't know types of parameters of all functions. The stacktrace will tell you/us exaclty where the cast exception comes from.
by Mimil
Wed Jun 09, 2004 10:36 am
Forum: JFreeChart
Topic: java.lang.ExceptionInInitializerError
Replies: 1
Views: 2274

Hi,

perhaps it could help you:
http://www.jfree.org/phpBB2/viewtopic.php?t=7821

Bye,
Mimil
by Mimil
Wed Jun 09, 2004 10:31 am
Forum: JFreeChart
Topic: [b]import org.jfree.chart.ChartFactory; does not exist, help
Replies: 4
Views: 4743

@Ayodele:

You just have to put JFreeChart in your class path (precompiled jars or compiled sources/) and all will work.

Bye,
Mimil
by Mimil
Fri Jun 04, 2004 3:08 pm
Forum: JFreeChart
Topic: ERROR: while executing Jar file
Replies: 1
Views: 1870

hi,

JFreeChart jar(s) (or src/ "handy" compiled version) seems to not be in your classpath.
After set it right, all will be okay.

Bye,
Mimil
by Mimil
Fri Jun 04, 2004 12:39 pm
Forum: JFreeChart
Topic: It si possible the following chart with JFreechart?
Replies: 6
Views: 3126

Hi,

You can't directly post an image. You can just put a link to an image located somewhere on a http.

Code: Select all

[img]http://image_url[/img]


Bye,
Mimil
by Mimil
Fri Jun 04, 2004 10:21 am
Forum: JFreeChart
Topic: Jbuilder installation help required
Replies: 5
Views: 4556

Hi,

jfreechart-0.9.19.jar has to be in libs.
After, just do as in demos, That's easy =)
(go through the demo/ directory located in src/)

Bye,
Mimil