Hi, I'm not able to use chart4j chart library under GWT project anyway. I've added .jar file to the classpath of the project and then I've implemented a simple linechart example with source code from the web.
When launching my GWT application, Tomcat hosted mode AS throws an exception telling me that "No source code is available for type com.googlecode.charts4j.Line; did you forget to inherit a required module?" There are many more errors referencing other classes under charts4j package... When saw this inheritance related error, I thought would be as easy as adding an inherit module in application's "gwt.xml" configuration file, just as I've done for other chart libraries, then I added: <inherits name="com.googlecode.Charts4j" /> Well, this way Tomcat throws another exception saying that "Unable to find 'com/googlecode/Charts4j.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?" Has anybody successfully configured and showed charts4j charts under GWT application? 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 -~----------~----~----~----~------~----~------~--~---
