Search found 69 matches

by Mimil
Fri Jun 04, 2004 10:17 am
Forum: JFreeChart
Topic: Error(14,1): cannot access directory org\jfree\chart;
Replies: 1
Views: 1879

Hi,

just put JFreeChart jar in your classpath or a compiled version of JFreeChart src/ package.
And as you have declared your class as Runnable, you must implement Run() function.

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

Hi, I don't realy know JBuilder but i think it works like all java ide. you just have to set the "start point" of your project in src/ . In that case org.jfree.chart.* could be seen as OS directories (replacing '.' by '\') An other thing, if you don't need to change JFreeChart sources you can just i...
by Mimil
Fri Jun 04, 2004 12:51 am
Forum: JFreeChart
Topic: Jbuilder installation help required
Replies: 5
Views: 4485

Hi,

Basicly, you have to include all libraries located in lib/ directory.
Else can you past the output of the error, in that case we can help you better.

Bye,
Mimil
by Mimil
Thu May 27, 2004 10:33 am
Forum: JFreeChart
Topic: Il y a des français dans le coin ?
Replies: 42
Views: 39817

Salut,

Pas plus de chance ici :P
Moi je connais pas, mais essais de reposter dans le forum principal.
La raison est que j'aimerais pouvoir mettre un logo dans le coin gauche du rapport.
Tu veux dire chart et pas rapport, non?

Bye,
Mimil
by Mimil
Wed May 26, 2004 10:49 pm
Forum: JFreeChart
Topic: problem in jar with jfreechart
Replies: 4
Views: 3889

Hi, As i remember good it should be something like that: java -cp "jcommon-0.9.1.jar;jfreechart-0.9.16.jar" -jar ylocus.jar (without the second -cp and between "") but didn't you forget to put the jars below? : (it is not for the your current error, but you will get them just after) gnujaxp.jar log4...
by Mimil
Tue May 25, 2004 8:16 pm
Forum: JFreeChart
Topic: problem using JfreeChart in Linux
Replies: 2
Views: 2136

Hi,

WoW, that is really weird. I can't help you but i would like to know the answer about this matter :P

Bye,
Mimil
by Mimil
Tue May 25, 2004 8:13 pm
Forum: JFreeChart
Topic: NoClassDefFoundError: org/apache/log4j/Logger
Replies: 4
Views: 2828

Hi,

Are you sure that your classpath is set correctly? (perhaps you have to set it in your IDE too, if you are using one)
Else can you tell us on which file it happened?

Bye,
Mimil
by Mimil
Mon May 24, 2004 1:21 pm
Forum: JFreeChart
Topic: Il y a des français dans le coin ?
Replies: 42
Views: 39817

Salut, je peux juste aider sur netbeans (meme si je le connais pas trop). C'est normal que tu es a monter des systems (c'est comme ça que le classpath fonctionne sous netbeans). Il te faut donc monter toutes les libs présentent dans le rep lib. Il te faut aussi monter JFreeChart proprement dit (ou l...
by Mimil
Tue May 18, 2004 9:35 pm
Forum: JFreeChart
Topic: multiple stacked bar graphs in same category
Replies: 7
Views: 5149

Re,

damm, not the time write my post surely that 3 other posts are done ... :)
(yes i tried to verify all what i said, that's why it took me some time to do my post)

Bye,
Mimil
by Mimil
Tue May 18, 2004 9:25 pm
Forum: JFreeChart
Topic: multiple stacked bar graphs in same category
Replies: 7
Views: 5149

Hi, these classes belong from JCommon package. As you just retrieved the code from the CVS, you have retrieved all JCommon files in the same time (JCommon files are a part of JFreeChart classes). I have just check that in last JCommon "binary" (JCommon-0.9.3) the function createContext from org.jfre...
by Mimil
Tue May 18, 2004 9:34 am
Forum: JFreeChart
Topic: Drawable implementation
Replies: 6
Views: 3150

Hi,

JFreeChart objects are already drawable objects (implement draw() method).
Did you take a look to JFreeReport package that includes JFreeChart demos?
That is a temporary way to use JFC but it is working ...


Bye,
Mimil
by Mimil
Tue May 18, 2004 9:27 am
Forum: JFreeChart
Topic: disabling logj4 messages
Replies: 1
Views: 1875

Hi,

Yes, it is possible. I think you should have a look to this thread:
http://www.jfree.org/phpBB2/viewtopic.php?t=8070

Bye,
Mimil
by Mimil
Tue May 18, 2004 9:24 am
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError at org.jfree.chart.ChartFacto
Replies: 3
Views: 4736

Hi,

Is that the full strack trace?
If no, can you post it fully?

Bye,
Mimil
by Mimil
Tue May 11, 2004 5:11 pm
Forum: JFreeChart
Topic: compiling JFreeChart.java
Replies: 13
Views: 9385

Yes, as garv said, use an real java editor. But, anyway, i don't understand the problem. Well, yes I understand, but this problem shouldn't appear because java, as i know, don't realy care about the end-of-line statement. I mean, if sources have been edited under linux the EOF will only be <CR> and ...
by Mimil
Tue May 11, 2004 3:07 pm
Forum: JFreeChart
Topic: compiling JFreeChart.java
Replies: 13
Views: 9385

Hi,

Can you post all errors? (the full output)
Else it is hard to help you because we can't know from where the problem comes ;)

Bye,
Mimil