Hi!
I'm a long time user of JCharts. I've usualy used it on Tomcat with the Sun
JDK.
For a current project I have to use it on WebSphere 5.0 on Linux.
I use a Servlet to generate the charts, and I use its init() method to
prepare the properties, etc.
When I try to set the ChartFont I get a ClassDefNotFound because of a class
called sun/awt/X11GraphicsEnvironment
WebSphere can only run on the IBM SDK, which I assume lacks these sun.*
classes. The machine is running a X server, although I'm not sure about the
rights the websphere user has over it.
A simillar confiration, but on Windows, works file.
What can you recommend?
|