Using Gwt 2.7 in eclipse

eclipse, gwt, java

Solution

The plugin contains GWT 2.6.0.

To use GWT 2.7.0, download SDK from here:

http://www.gwtproject.org/download.html

unzip it and add it as sdk to eclipse:

properties -> Google -> Web Toolkit -> configure sdk

use the add button to add the GWT 2.7.0 sdk to your workspace.

Problem

Is there a gwt 2.7 version of the eclipse plugin? If i install the eclipse plugin from the official repository: https://dl.google.com/eclipse/plugin/4.4 It will list "Google Web Toolkit SDK 2.6.0" as the only version of GWT available. Is there no eclipse plugin for 2.7.0 ?

Original source