Hi,

It's my first step with Eclipse and the GWT pluggins.

I try to make this tutorial : 
http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html

But I have this error when I make the running at the step 3 :
http://code.google.com/webtoolkit/doc/latest/tutorial/buildui.html. I
Have the following error.

How to fix the problem?

Best,
Cédric

PS configuration

Mac OS 1.6.7
Chrome
Eclispe 3.7


17:16:27.179 [ERROR] [stockwatcher] Unable to load module entry point
class com.google.gwt.sample.stockwatcher.client.StockWatcher (see
associated exception for details)

java.lang.NullPointerException: null
    at
com.google.gwt.sample.stockwatcher.client.StockWatcher.onModuleLoad(StockWatcher.java:
41)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
396)
    at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
193)
    at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
510)
    at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
352)
    at java.lang.Thread.run(Thread.java:680)

-- 
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.

Reply via email to