I am trying to execute a sample application built on GWT 2.6.1 and when I click on app.gwt.xml and say "Run as" -> "GWT Hosted Mode Application", immediately the console prints "Error: Could not find or load main class com.google.gwt.dev.GWTShell"..
As far as the answers that I gathered about this issue is, GWT compiler is looking to read the gwt-dev-windows.jar which is not part of GWT 2.6.1 and I do have gwt-dev.jar in my classpath too.
Can someone suggest me how to figure out this issue.
GWTShellwas removed in GWT 2.5.1. You should usecom.google.gwt.dev.DevModeinstead as your main class. Please see Google Plugin for Eclipse's documentation for more information.