GWT 2.5 plugin for eclipse - java

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

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.

Eclipse Luna for web app

I started using eclipse recently, and I downloaded the Java EE version to create a webapp.
Now I have downloaded Version Luna (4.4), but i'm unable to create a web APP or create a Tomcat server with these versions...What am i doing wrong? Do I have to download some plugins?
Thank you in advance, and sorry if my question is too simplistic.
You should download this version" Eclipse IDE for Java EE developers"
http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/lunar
Tomcat:
window->preferences->server->runtime environment
To create a web APP:
file->new->other->web->Dynamic Web project
you have to install a suitable plug in for developing web appplications in luna
either you can downloadan entirely new eclipse ide for java EE or you can install a WTP plugin in the existing luna version using the eclipse marketplace.

Install gwt 2.1 over 2.4

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

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