Difficulties installing JfreeChart in MacOsX

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jorge.antelo
Posts: 3
Joined: Sun Apr 23, 2006 10:48 pm

Difficulties installing JfreeChart in MacOsX

Post by jorge.antelo » Mon Apr 24, 2006 5:12 pm

Hi everybody,

I know that it is possible to install and run jfreechart on MacOS X. So who can help me doing this because I tried everything i know and i didn't. I try Ant, changing the MANIFEST.MF of jfreechart-1.0.1.jar because it carried no Main-class, but it help not.
MacOS 10.4 is delivered with J2SE 5.0 integrated.

Thanks,

Jorge

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Apr 25, 2006 11:39 am

You don't really "run" JFreeChart - it is a library that you integrate into your own applications. To see a demo of the charts that JFreeChart can produce, you can use:

Code: Select all

java -jar jfreechart-1.0.1-demo.jar
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

jorge.antelo
Posts: 3
Joined: Sun Apr 23, 2006 10:48 pm

Difficulties ....

Post by jorge.antelo » Tue Apr 25, 2006 8:06 pm

Ja, I see. Thanks a lot. By the way i intend to support your nice work buying the Develloper Guide but i don't want to pay 21% of VAT, because:
1- books in Portugal only pay 5%;
2- it's a digital PDF, not a papperback, so there are no VAT for this transaction.

Jorge

Locked