MTilsted
MTilsted

Reputation: 5518

Using Gwt 2.7 in eclipse

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 ?

Upvotes: 8

Views: 6277

Answers (1)

El Hoss
El Hoss

Reputation: 3832

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.

Upvotes: 11

Related Questions