Hi Sanjiv, I am new to GWT-Ext toolkit. I am using Eclipse3.4, Gwt-Ext 2.0.5, GWT-1.5.3, Ext2.0.2, Cypal plug-in, JDK 6, Windows XP SP2. What do I do if I need to incorporate an external jar let's say crimsons-1.1.3.jar in my GWT-Ext app. If I add this to java build path by right clicking project name and then Java Build path>Library>Add External jar, it comes under Referenced Libraries. I need to import javax.xml.parsers,org.xml.sax, org.w3c.dom packages which are present in this jar. If I import these packages in my .java file, it does not give me any error but when I run it I get:
"No source code is available for type javax.xml.parsers.DocumentBuilderFactory; did you forget to inherit a required module?" "No source code is available for type javax.xml.parsers.DocumentBuilder; did you forget to inherit a required module?" "No source code is available for type org.w3c.dom.Document; did you forget to inherit a required module?" Please suggest what steps do I need to follow and what I am missing. Thanks ds --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
