JFreeChart on WinCE

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ssaraceni
Posts: 14
Joined: Wed Apr 02, 2008 4:37 pm

JFreeChart on WinCE

Post by ssaraceni » Thu Jul 31, 2008 10:12 am

Hi,
I'm using the CrEme JVM into my WinCE 6.0 device. Now, I want to run my application developed using JDK 1.3.1_20, and jfreechart-1.0.9. But, when I try to run, the loading stop when try to:
[Initializing org/jfree/ui/RectangleInsets].

I only need the XYPlot with XYSeries, is there a minimal version without the other graph and un-necessary libraries which works fine with a precedent version of JDK? Or, have you got any other suggestions to resolve my problem?

Thanks.
Simone

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 » Thu Jul 31, 2008 3:12 pm

I don't know much about WinCE or CrEme JVM, but a quick web search suggests that it isn't a full implementation of J2SE, so that might explain the problem.
David Gilbert
JFreeChart Project Leader

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

Locked