Hi: I am new to GWT and am trying to learn it through the first tutorial you posted, LoginManager. After I created the project and everything, and try to switch to the design mode with LoginManager.java, it says that GWT designer was not able to show the GUI. This log has the following error messages:
[ERROR] Unable to find 'com/ftc/loginmanager/LoginManager.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? But the file com/ftc/loginmanager/LoginManager.gwt.xml is definitely there. I can see it just through Windows explorer. And I went to the Build Path of the project, it shows LoginManager is in the build path. I thought it perhaps needs src in it because LoginManager.gwt.xml is actually under LoginManager/src/com/ftc/loginmanager/LoginManager.gwt.xml So I changed the build path to LoginManager/src and it still gives me the same error message. I am using the latest Eclipse and installed gwt designer and everything throught the update site yesterday. I also use windowbuilder and it works on my other projects. Any idea? I am also running this on Windows 7 and the latest java. ftc -- 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.
