> Well, I wasn't providing the arguments to the debugger, and hence it was not
> opening the hosted browser. Thanks a lot for the tips!!!
> But even after providing the arguments, I am facing problems.
>
> I have done the following...
> Java Application
> Main
> Project: try5
> Main class: com.google.gwt.dev.GWTShell
> Arguments
> Program arguments: -out www
> eu.future.earth.gwt.MainDemoApp/MainDemoApp.html
> VM arguments: -Xmx256m
> Classpath: Following are the contents of my .classpath file
You have to manually add to the run/debug classpath your src/ folder
(Advanced... -> Add Folders): check by yourself the "(default
classpath)" entry in the "Classpath" tab from the Run/Debug dialog: it
only contains "binaries", not the src/ which GWTCompiler and GWTShell
need.
See, the %~dp0\src folder is explicitly called out.