I want to see the source and can run (if possible) in debug mode about DialogBox
As Thomas said, the source is included in gwt-user.jar.
But if you can't click into the source code from within Eclipse its maybe because you have gwt-servlet.jar in your project's build path and its included before gwt-user.jar. As gwt-servlet.jar contains most of the classes also contained in gwt-user.jar (if not all) but does not contain source files you can't click into the source from within eclipse in that case.
To solve this remove gwt-servlet.jar from your project's build path or change the ordering of your build path entries, so that your GWT SDK is included before gwt-servlet.jar.
-- J.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/rrtriyGbQm8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment