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.
Related
i am trying to install a plugin embedded-browser, but it's showing me error, i am using netbeans version 12.0 on arch linux.
Some plugins require plugin JNA to be installed.
The plugin JNA is requested in version >= 1.3 (release version 1) but only 2.3 (of release version different from 1) was found.
The following plugin is affected:
Embedded Browser UI - XUL Runner
i ahev searched on the plugin portal but there is no plugin for jna i am also getting the same error when updating plugins..but with just diffrent plugin affected..
Some plugins require plugin JNA to be installed.
The plugin JNA is requested in version >= 1.11 (release version 1) but only 2.3 (of release version different from 1) was found.
The following plugin is affected:
Subversion SvnKit Client Library
Refer to https://issues.apache.org/jira/browse/NETBEANS-4704 "I solved the problem by unchecking the NetBeans 8.2 Plugin Portal."
This worked for me too.
Cannot complete the install because one or more required items could not be found.
Software currently installed: AWS CodeStar Plugin 1.0.0.v201707121824 (com.amazonaws.eclipse.codestar.feature.feature.group 1.0.0.v201707121824)
Missing requirement: AWS CodeCommit Plugin 1.0.0.v201707121824 (com.amazonaws.eclipse.codecommit 1.0.0.v201707121824) requires 'bundle org.eclipse.ui.navigator 3.5.401' but it could not be found
Cannot satisfy dependency:
From: AWS CodeStar Plugin 1.0.0.v201707121824 (com.amazonaws.eclipse.codestar 1.0.0.v201707121824)
To: bundle com.amazonaws.eclipse.codecommit 1.0.0
Cannot satisfy dependency:
From: AWS CodeStar Plugin 1.0.0.v201707121824 (com.amazonaws.eclipse.codestar.feature.feature.group 1.0.0.v201707121824)
To: com.amazonaws.eclipse.codestar [1.0.0.v201707121824]
This is saying that the install needs at least version 3.5.401 of the org.eclipse.ui.navigator plugin. Eclipse Luna 4.4.0 only has version 3.5.400 of this plugin.
The 4.4.2 maintenance release of Luna does have version of 3.5.401 of this plugin so you need to update to that (or move to a newer version of Eclipse such as the current Eclipse Oxygen 4.7.0).
If it is Spring STS IDE ; you can goto Help -> About spring tool Suite -> Installation Details button will be there,
Click that one window will be poped-up. Click on "Update"
Hope this works for Eclipse based IDE's
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!
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".
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