This looks like it isn't using GWT 2.7, could you add gwt-dev.jar to the classpath and see if that fixes it. It's possible for some reason gwt-dev.jar didn't get added to the runtime path and use the About class to get the right version. You shouldn't see this "*Running GPE launcher for GWT-2.6.x version." when running GWT 2.7. GWT 2.7.0-RC1 will also fix this. *
This looks like a configuration issue and the classpath wasn't updated. Brandon On Thursday, November 13, 2014 3:33:48 PM UTC-8, Brandon Donnelson wrote: > > Looks like a bug, I'll forward this on to the dev. > > On Thursday, November 13, 2014 1:50:04 PM UTC-8, Peter Paulovic wrote: >> >> Deleting directory ~/idea-IU-139.224.1/plugins/GWTStudio/lib/sdm-launcher >> resolved this problem for me. Problem was the >> superdevmode-launcher-legacy.jar in classpath. >> >> On Saturday, September 20, 2014 9:24:02 PM UTC+2, Bademus l. wrote: >>> >>> Upd >>> Running debug for GWT project created by IntelliJ Idea new-project-wizard >>> >>> *Running GPE launcher for GWT-2.6.x version.* >>> *Exception in thread "main" java.lang.NoSuchMethodError: >>> com.google.gwt.dev.javac.CompilationStateBuilder.init(Lcom/google/gwt/core/ext/TreeLogger;Ljava/io/File;)V* >>> * at com.google.gwt.dev.DevModeBase.doStartup(DevModeBase.java:943)* >>> * at com.google.gwt.dev.DevMode.doStartup(DevMode.java:498)* >>> * at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1097)* >>> * at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:863)* >>> * at com.google.gwt.dev.DevMode.main(DevMode.java:379)* >>> * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)* >>> * at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)* >>> * at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)* >>> * at java.lang.reflect.Method.invoke(Method.java:483)* >>> * at >>> com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)* >>> >> -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
