Hi, I'm working on two GWT projects in Eclipse which share some of their classes. For this I have created a third project in Eclipse (which is a Java Project) to hold the shared classes. The Java Project is exported as a jar file and included by both of the GWT projects. This approach works perfectly when the shared classes are UI widgets (subclasses of Composite or Widget) but now I have introduced a class which uses com.google.gwt.dom.client.Document and as soon as I run any of the projects which include the jar file I get the following exception:
java.lang.UnsatisfiedLinkError: com.google.gwt.dom.client.Document.get()Lcom/google/gwt/dom/client/ Document; What could be causing that error? Is it that the shared project is not a GWT project? It's got the GWT libraries in it's classpath so this shouldn't matter, should it? Any hints are highly appreciated. Best regards, Michael -- 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.
