Hi, created a new GWT application and would like to use charts from
JFreeChart library. I added "jfreechart-1.0.12.jar" and
"jcommon-1.0.15.jar" (a dependency of the first one) to the classpath
of the project.

Then, as must be done with any other third-party library in GWT, I
just added an "inherits" tag in application's gwt.xml file. Iexactly
added the following line:

<inherits name='org.jfree.chart.JFreeChart'/>

but hosted mode browser throws the following error:

[ERROR] Unable to find 'org/jfree/chart/JFreeChart.gwt.xml' on your
classpath; could be a typo, or maybe you forgot to include a classpath
entry for source?
[ERROR] Line 19: Unexpected exception while processing element
'inherits'

I understand JFreeChart is being used by many of you inside GWT
applications? Thus, which exact "inherits tag" should I place
inside .gwt.xml file? This error is driving me crazy, and the worst is
I've got same error with chart4j library? Is there any kind of
guideline I'm missing for these inherit issues with third-party
libraries?

Thanks very much in advance.

--
Miguel
Blog: http://lonifasiko.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to