I am just starting to try GWT und i already have a Problem going
through the "Getting Started" page.
After creating a project with webAppCreator i am supposed to run the
App using "ant devmode".
However, i am getting the following error:
tstin...@linux-2d15:~/devel/gwt/MyWebApp> ant devmode
Buildfile: build.xml
libs:
javac:
devmode:
[java] Exception in thread "GWT Update Checker"
java.lang.NullPointerException
[java] at
com.google.gwt.dev.shell.CheckForUpdates.check(CheckForUpdates.java:
256)
[java] at com.google.gwt.dev.DevModeBase
$1.run(DevModeBase.java:879)
[java]
java.lang.NullPointerException
[java] at
com.google.gwt.dev.shell.BrowserListener.<init>(BrowserListener.java:
69)
[java] at
com.google.gwt.dev.DevModeBase.ensureCodeServerListener(DevModeBase.java:
898)
[java] at
com.google.gwt.dev.DevModeBase.doStartup(DevModeBase.java:
888)
[java] at
com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1030)
[java] at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:
783)
[java] at com.google.gwt.dev.DevMode.main(DevMode.java:275)
BUILD SUCCESSFUL
Total time: 2 seconds
I am running SuSE Linux Enterprise Desktop 11 with JDK 1.6.0_18
fetched from Sun's Homepage.
Internet Access is not restricted.
--
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.