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-eclipse-plugin]
143 questions
1
vote
2 answers
Eclipse crashes when attempting to "Sign in to Google" on Linux using two-factor authentication
First, apologies if StackOverflow is the wrong Q&A site for this question, I'm happy to move it to another if needed...
Eclipse crashes whenever I try to sign in to my Google account in the plugin (the link in bottom left of eclipse). I can enter my…

matt burns
- 24,742
- 13
- 105
- 107
0
votes
1 answer
GPE support for app engine 1.6.4?
Why can't i get app engine sdk 1.6.4 using eclipse update from google plugin repository? Their latest version is 1.6.3, even though 1.6.4 came out 3/27/2012.

f.khantsis
- 3,256
- 5
- 50
- 67
0
votes
2 answers
Maven, GWT, Google Eclipse plugin, can not copy jar to WEB-INF/lib when dependency project is war
I have a maven project, project A depends on project B, A is a GWT web project, in project A's pom:
com.mydomain
b
…

Mike
- 3,515
- 10
- 44
- 67
0
votes
2 answers
How can I configure the GWT Designer in the Google eclipse plugin
I created a GWT project and everything was great, but then I decided to change the entry point of the application.
It turns out that the class implementing EntryPoint has to be at top level inside the client…

Lino Velev
- 135
- 4
0
votes
0 answers
Error installing plugin Google Cloud Tools for eclipse 1.8.4 (ubuntu)
When I try to install the app engine plugin from the Eclipse marketplace, the installation fails returning:
An error occurred while collecting items to be installed
session context was:(profile=_home_user_eclipse_jee-2021-063_eclipse,…
0
votes
1 answer
Eclipse: Refactoring-renaming GWT uibinder java bean does not rename template ui.xml file
When using Eclipse Google plugin, when you create a gwt uibinder pair, you get a java bean file and its corresponding .ui.xml template file.
I believe I used to be able to do this in Eclipse Helios:
Right-click on the java bean of a uibinder set,…

Blessed Geek
- 21,058
- 23
- 106
- 176
0
votes
0 answers
How do I update the App Engine runtime that Eclipse is using for my project?
We are trying to migrate a Google App Engine Java 8 app to Java 11 using legacy bundled services.
We are using the Cloud Tools 4 Eclipse (CT4E) to deploy the app.
We've made the appengine-web.xml changes and updated to Java 11 in Eclipse.
But when…

Robert D
- 1,878
- 15
- 19
0
votes
1 answer
eclipse plugins not visible
I have recently installed gwt-plugin to my eclipse. But plugins are are not visible, even if I try to install it again, eclipse is not allowing me to install, saying its already installed.I even I ran eclipse as administrator(I am using it in…

hnm
- 789
- 2
- 9
- 24
0
votes
1 answer
CloudSQL Eclipse Java Standard GAE java.lang.UnsatisfiedLinkError
I am building a simple Java Standard Google App Engine application that connects to a Google CloudSQL instance. When I execute the project from command line using mvn clean appengine:run or mvn clean appengine:deploy, I could successfully connect to…

Aditya
- 13
- 4
0
votes
1 answer
Bare bones GAE app with Dataflow pipeline fails
I used Eclipse IDE for Java Developers 4.7.3 to create a bare bones Google App Engine Standard application with a Dataflow pipeline. When I deploy the application and invoke the web service, I get java.lang.RuntimeException: Error while staging…

Randy Milbert
- 47
- 7
0
votes
1 answer
On deploy I am hitting the 10k file limit, is there a way I can I test if files are being excluded?
I am hitting the 10k limit. I am trying to exclude files and folders from being uploaded and but It seems like they are not being excluded. I am testing by just trying to deploy a new version to app engine.
Is there a way to test the deploy without…

MikoLone
- 73
- 5
0
votes
2 answers
AppEngine with Eclipse - Common war/ resources
I have been creating Google AppEngine projects using Eclipse SDK 3.6.1.
In all of the projects I have a StyleSheet default.css (all seperate copies) that I have in the war folder.
I would like to keep this file in one place to be included in all of…

RRaney
- 31
- 2
0
votes
1 answer
Google eclipse plugin's initial App Engine skeleton app does nothing but 404 on localhost?
Ok, so I use the GPE to create a new web project employing GAE but not GWT. Then, I right-click the project and do Run As -> (Google) Web application. Server starts up without error and tells me to visit: http://localhost:8888/.
When I visit…

Steve
- 53
- 1
- 3
0
votes
1 answer
Ubuntu 14.04 eclipse mars.2(4.5.2) I installed the latest version of google plugin for eclipse(4.3) and still its icon does not appear on the toolbar
I followed all the steps correctly after seeing it`s not working I uninstalled and began all installation afresh and still the icon does not appear. Should I downgrade eclipse to luna4.4?Or how do I solve this problem?My java version is 1.7.0_80

Mart Mwangi
- 1
- 3
0
votes
1 answer
Loading Google Cloud Endpoint Library from AngularJS-Client doesn't work
I've an working Endpoint, tested successfully with API-Explorer local and on AppEngine. Now I try to develop an AngularJS-Client. I read a lot of stuff the last week, but it doesn't work. My Controller looks like that.
'use strict';
const…

SignorRossi
- 1
- 4