On 18 sep, 15:16, joseanquiles <[EMAIL PROTECTED]> wrote: > I have followed the GWT Gadget tutorial. > When I try to compile it, I get the following error: > > Compiling module es.tid.keops.gadget.SimpleGadget > Exception in thread "main" java.lang.NullPointerException > at > com.google.gwt.gadgets.rebind.GadgetGenerator.generateGadgetManifest(Gadget > Generator.java: > 313)
Isn't that the line where a DOMImplementation si requested with "Core 3.0" feature? (or the one where the DOMLSImplementation is requested) > I am using GWT 1.5.2, Java 1.5.0_15, and gwt-gadgets-1.0.0 > > Any ideas? With a 1.5 JDK, you might need to add Xerces in your classpath (use the one from http://google-web-toolkit.googlecode.com/svn/tools if you want the same that is used by the GWT team to build and test gwt- gadgets). ...or upgrade to a 1.6 JDK (1.5 is in End-Of-Life transition period, so it might be a good choice to upgrade). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
