<>
> Integration of plotting into Fred is a different story though. Getting,
> or coding, a plotting class in java is probably completely managable,
> but there are real issues with doing graphics in java daemons. Firstly
> the graphics stuff has changed a lot between 1.1 and 1.2 (and Kaffe has
> only 1.1 support in it's AWT library), and most libraries you'll find
> assume 1.2. Also, I found that the IBM JVM on Linux (our prefered
> platform) will actually crash if you try to instantiate
> java.awt.Graphics or java.awt.Image classes if there is no X11 monitor
> present (even if there are no windows created). If somebody has any
> ideas, I'm all ears, but given the complication I don't think automatic
> plotting is worth it.

Would it really need to be done using AWT? What about creating a PNG image on 
the fly and presenting it on the statistics web page?

_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to