Install gwt 2.1 over 2.4 - java

I am using gwt 2.4 over eclipse (OS ubuntu 11.10). I have to use the google maps library for gwt. I tried to use this library with gwt 2.4 but there is a few incompatibilities. After a quick research i concluded to install gwt 2.1. But when i tried to install it from the "install new software" of eclipse and give the link that i found here is trying to reinstall the gwt v 2.4. Any ideas??
I just want the repository location of the gwt 2.1 for eclipse 3.7.

You have to download the GWT SDK (as a zip file), unpack it and then point Eclipse at it. Look at the Google preferences in Eclipse to "add a new SDK".
See also http://code.google.com/p/google-web-toolkit/issues/detail?id=6204

Related

Eclipse Luna - GWT Deploy module on application server is disabled

I've downloaded Eclipse Luna and install the following Google's plugins:
Google Plugin for Eclipse 4.4
Google Web Toolkit SDK 2.6.0 Bundle for Eclipse
GWT Designer Development Mode Support
GWT Designer Editor
GWT Designer GPE
I've checkout an svn project which was initially created using Eclipse Indigo.
When I try to deploy the project I see that the "GWT Deploy module on application server" button is disable. On Indigo I didn;t encounter this problem.
I would appreciate any help figuring out how to enable it.
Many Thanks!

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 ?
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.

GWT 2.5 plugin for eclipse

we have an old project which runs on the GWT 2.5. Can anyone help me to install the GWT plugin for 2.5 version. I am using Eclipse Kepler and Indigo.
I have tried to install the plugin available in GWT portal. it will install 2.6. and it need a Java version of 7. I need a GWT plugin for version 2.5 which contains appengine-java-sdk-1.7.5 & gwt-2.5.0
Thanks,
Akshay
You don't need a different plugin, you just need a local GWT 2.5 SDK. You can configure your GWT SDK in the Eclipse preferences under "Google > Web Toolkit".
You can download old GWT SDKs on the GoogleCode project
Edit: You need to extract the manually downloaded GWT SDK before you can configure it in Eclipse.
Edit2: Old Appengine SDKs can be downloaded on Google Developers. The Appengine SDK can be configured in Eclipse preferences under "Google > App Engine".

GWT Eclipse plugin installation

I've installed Google's Eclipse plugin and GWT Designer in my Eclipse Juno. The installation was completed successfully but unfortunately no GWT Designer options appeared. I can't even deploy my GWT app to .war file.
How can I solve this problem?
Unfortunately I think you will have to wait until google releases GWT designer for eclipse 4.2 (Juno). Unless of course you have solved this already, if so then please share :)

Unable to install Google App Engine Plugin (Eclipse 3.6)

I've followed these instructions but I'm unable to install the GAE plugin on Eclipse 3.6 Helios.
Any ideas what could be wrong and how to fix it?
This is a clean install of Eclipse, the only added features are the Eclipse Web Developer Tools per instructions.
This is on Windows XP.
Don't make it more complex than needed. Use the PlugIn: GAE Plugin Instructions
I fixed it by installing Eclipse for Java EE Developers
The version for different types of eclipse is different for Google App Engine Plugin. Try to use different version of plugin as required by your eclipse . I Have used http://dl.google.com/eclipse/plugin/3.4 for my Hellios Version eclipse and it is working file after installation . Do not forgot to researt your eclipse in clean mode after installation of plugin.

Categories

Resources