Google Plugin for Eclipse (GPE) is a set of software development tools that enables Java developers to quickly design, build, optimize, and deploy cloud-based applications.
Questions tagged [google-plugin-eclipse]
158 questions
2
votes
1 answer
No Google icon after installing Google Cloud Tools for Eclipse plugin
In order to install the Google Cloud Tools for Eclipse plugin 1.3.0, I followed instructions provided by Google on https://cloud.google.com/eclipse/docs/quickstart .
The plugin is listed as installed in the Eclipse Marketplace, but the Google icon…

Dennis Ontwikkelaar
- 31
- 4
2
votes
1 answer
default "appengine connected Android project" 500 error
I am struglling to figure out how to get the default "appengine connected Android project" to work.
I am using eclipse Luna (4.4.2) with the google plugin (Using google app engine SDK 1.9.18).
I created the default project by entering the relevant…

David Lev
- 21
- 2
2
votes
2 answers
Status of GPE, now that Google is killing ADT (Android eclipse plug-in)?
With the release of Android Studio 1.0 Google has declared AS to be the official IDE for Android (see the announcement here), signalling the beginning of the end for Eclipse/ADT support.
I have Java projects in Eclipse that use both ADT and GPE:…

Tom
- 17,103
- 8
- 67
- 75
2
votes
1 answer
Eclipse NPE on project update
I'm using Eclipse 4.4.1 with the latest gae plugins. When I saved da java file in a project, a NPE was thrown: "Errors occurred during the build. Errors running builder 'Enhancer' on project."
Here's the stack trace:
!STACK 0
!MESSAGE Problems…

roemer
- 537
- 1
- 5
- 21
2
votes
4 answers
eclipse nullpointer exception for modulare maven project update
I'm using Eclipse 4.4.1 with m2e plugin and the latest gae dependencies. When I import the gae module sample project eclipse tells me that the project configuration is not up to date. If I run the suggested maven -> update project, I get a…

roemer
- 537
- 1
- 5
- 21
2
votes
1 answer
Where is to download google plugin for eclipse 4.4?
Some of google's service is blocked here,and I can't install google's plugin from update site.so where is to download plugin archive for eclipse 4.4?Currently,only archive for 4.3 is provide in google's official site.

Alex Luya
- 9,412
- 15
- 59
- 91
2
votes
1 answer
Google App Engine Repository through Eclipse
I have a Google App Engine project, which I can commit and push to the GAE repository (not a github repository) using gcloud command line.
Since I am using eclipse, I attempted to use EGIT setting up my GAE repository URL as a remote. When I use…

Controlsfreek
- 73
- 8
2
votes
1 answer
Unable to deploy Eclipse WTP EAR multi-module project to remote instance
I am creating a GAE application, and I am following the proposed structure of modularized GAE applications in Eclipse with WTP, as documented here (see section "Enterprise Application EAR").
I have created and linked a local server instance of GAE,…

Thomas W.
- 130
- 9
2
votes
4 answers
Issue with installation of GWT 2.6
I have just installed GWT 2.6 and am now getting the error "Description Resource Path Location Type
The file war\WEB-INF\lib\gwt-servlet.jar has a different size than GWT SDK library gwt-servlet.jar; perhaps it is a different version? …

Glyn
- 1,933
- 5
- 37
- 60
2
votes
1 answer
Possible to use Google Modules with Google Plugin for Eclipse?
My goal is to develop Java applications that use the new Google Modules. I’d like to use the Google Plugin for Eclipse because it’s simple to debug and upload to Google.
The problem is I can’t tell if it’s possible to use the Google Plugin for…

Michael Osofsky
- 11,429
- 16
- 68
- 113
2
votes
1 answer
GPE uninstallable on luna m5
GPE for 4.3 requires eclipse.core.runtime 3.8 or 3.9 so it works on luna M2. At least since M5 it comes with 3.10.
Aany idea or workaround? Some alpha build?

mcosta
- 138
- 5
2
votes
2 answers
Eclipse - can't install google plugin for eclipse 4.3
I've checked the - .eclipseproduct - file and it says that my version is 4.3.0.
Now I've tried to install Google plugin for eclipse 4.3 - at the - Help-->Install new software.
And I've used the https://dl.google.com/eclipse/plugin/4.3 at the work…

4this
- 759
- 4
- 13
- 27
2
votes
2 answers
Multiple toolbar buttons with Google Plugin for Eclipse
I've recently installed Google Plugin over my Eclipse 4.2, and now I've got a problem with my toolbar buttons. Those added by plugin are multiplied, now I have 2 sets, but my older eclipse installation on other machine has about 8 of them, and thats…

jskierbi
- 1,635
- 1
- 14
- 22
2
votes
2 answers
Issue while building eclipse project with gwt plug-in
I am facing an issue every time I am saving something in java file. I know the error message is coming from gwt plug-in.
java.lang.NoClassDefFoundError: com/google/gdt/eclipse/suite/preferences/GdtPreferences
at…

Ashish
- 14,295
- 21
- 82
- 127
2
votes
4 answers
Eclipse on mac with google app engine plug in
I'm new to Eclipse and App engine, following google getting started tutorial here i've installed eclipse kepler (4.3) and the according google app engine sdk (https://dl.google.com/eclipse/plugin/4.3)
when trying to create a new web application…

liv a
- 3,232
- 6
- 35
- 76