Search found 4 matches

by mattismyname
Wed Apr 26, 2006 6:40 pm
Forum: JFreeChart
Topic: perl or ruby bindings
Replies: 6
Views: 17340

Using jfreechart with rails was my main motivation for doing this, so I surely hope it will work with rails. I have not yet tried it out yet. If anybody else has info or suggestions, please post! FYI, I doubt the performance of this solution under rails will be very good since it requires firing up ...
by mattismyname
Mon Apr 24, 2006 12:03 am
Forum: JFreeChart
Topic: perl or ruby bindings
Replies: 6
Views: 17340

Ok, I'll answer my own question in case anybody else out there has a need to do this. The easiest way I found to use jfreechart from a Ruby app was to use a Ruby<->Java bridge called YAJB ( http://www.cmt.phys.kyushu-u.ac.jp/~M.Sakurai/cgi-bin/fw/wiki.cgi?page=YAJB ) This software allows instantiati...
by mattismyname
Sun Apr 23, 2006 5:34 am
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError: PieChartDemo1/class
Replies: 1
Views: 3319

java.lang.NoClassDefFoundError: PieChartDemo1/class

I'm trying to run one of the demos that comes along with jfree chart as follows: > setenv CLASSPATH .:blah/jfreechart-1.0.1.jar:blah/jcommon-1.0.0.jar > javac PieChartDemo1.java > java PieChartDemo1.class Exception in thread "main" java.lang.NoClassDefFoundError: PieChartDemo1/class > Not sure what ...
by mattismyname
Sat Mar 25, 2006 5:43 am
Forum: JFreeChart
Topic: perl or ruby bindings
Replies: 6
Views: 17340

perl or ruby bindings

Hi, sorry to say but I don't do Java. Anybody have any suggestions for how to use JFreeChart to generate charts from a Ruby or a Perl application? I've searched the forums but can't seem to find anything. Alternatively, if anyone knows of good plotting & charting packages for these languages, let me...