Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Gwt 2.7 in eclipse

Tags:

java

eclipse

gwt

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 ?

like image 572
MTilsted Avatar asked Feb 20 '15 10:02

MTilsted


1 Answers

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.

like image 105
El Hoss Avatar answered Oct 14 '22 17:10

El Hoss