Hi, i am new to GWT so need help please. I'm am not able to compile my code due to below error.
Here are my project details, I have added a new class Utility.java which is out side of Client package. I have instantiae the Utiltity object inside cliant code and imported the class. So I am not sure how to fix this could you please advise me on this?. How to use my Utility class in side client code? [INFO] [ERROR] Errors in 'file:/C:/projects/client/Utility.java' [INFO] [ERROR] Line 206: No source code is available for type client.Utility; did you forget to inherit a required module? [INFO] org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding [INFO] [ERROR] at PagePanel.java(206): Client cl ient = Utility.getInstance(); [INFO] org.eclipse.jdt.internal.compiler.ast.LocalDeclaration Thank you, Dallas007 -- 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.
