Hello everybody,

I’m a student of computer science and in a new job of mine I can work
at an existing application with gwt.
Sadly I’m running into problems setting up my development environment.
At the moment I’m able to compile
and deploy the application to tomcat successfully, but running it in
hosted mode does not work.

When I click the run green button, the the hosted browser comes up and
in the develoment shell I get these errors:

> [TRACE] The development shell servlet received a request for 
> 'szenarion/watchdog/server/WatchdogImpl' in module 'de.gwt.xml'
> > [TRACE] Loading module 'de'
> > > [ERROR] Unable to find 'de.gwt.xml' on your classpath; could be a typo, 
> > > or maybe you forgot to include a classpath entry for source?

What I don’t understand is, that I have no module called de.gwt.xml. I
guess this is an error in my configuration,
but I don’t know where.

This is my first time  (seriously) using java and my very first time
using gwt, so I’ll descripe my environment as
precise as possible:

I’m using Windows 7 x64, GWT 1.7 and I have Java6 x86 and x64
installed. JAVA_HOME points to the x86 version as does my eclipse run
configuration. Besides that, the run configuration looks like this:

main class: com.google.gwt.dev.GWTShell
arguments: -out www de.szenarion.watchdog.WatchdogMain/
WatchdogMain.html
classpath: gwt-dev-windows.jar gwt-servlet.jar gwt-user.jar (+ 3rd
party libs)
environment: java_home as stated above

Does anyone know what goes wrong here?

Thank you, Panke

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to