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
19
votes
7 answers
Cannot complete installing Google Plugin for eclipse
I am trying to install the Google Plugin in eclipse but I get the follwoing error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Google Plugin for Eclipse 3.6 1.4.2.v201012211742
…

mnish
- 3,877
- 12
- 36
- 54
19
votes
5 answers
Maven + App Engine + Google Eclipse Plugin
Is there a way I can have a Maven compatible Google App Engine (Java) project that is also compatible with the Google Eclipse Plugin inside Eclipse?
Thanks!
EDIT:
Native support for a Maven plugin…

Mike Gleason jr Couturier
- 9,018
- 4
- 40
- 59
12
votes
4 answers
Eclipse, AppEngine: java.lang.RuntimeException: Cannot get the System Java Compiler. Please use a JDK, not a JRE
I'm getting this error when trying to deploy to Google AppEngine. I DO have JDK selected!
------------ Deploying frontend ------------
Preparing to deploy:
Created staging directory at:…

Chloe
- 25,162
- 40
- 190
- 357
12
votes
2 answers
Error generating google cloud endpoint client libraries
During last weeks I've been developing an app using GAE/J and Google Cloud Endpoints. I created my custom endpoints (using annotations) and although I had quite a lot of problems, I could solve them and everything was working rather fine.
But now…

MikO
- 18,243
- 12
- 77
- 109
9
votes
5 answers
I have PHP running on Google App Engine - How do I use a DB?
I followed PHP on the Google appengine to setup and it works great. Any suggestions on how to use a database / datastore with PHP on GAE?
user68417
8
votes
4 answers
Problem with running Maven GWT application in Eclipse
I'm trying to create a GWT project through WebAppCreator enabled Maven2.
Project creation steps:
Create project with WebAppCreator (i'm using gwt-2.3.0) ->webAppCreator -noant -maven -XnoEclipse -out MyApp com.example.MyApp
Import project as…

Alex Druzhilov
- 81
- 1
- 2
7
votes
1 answer
Debugging a Google Web Toolkit application that has an error when deployed on Google App Engine
I have a Google Web Toolkit application that I am deploying to Google App Engine. In the deployed application, I am getting a JavaScript error Uncaught TypeError: Cannot read property 'f' of null. This sounds like the JavaScript equivalent of a Java…

gerdemb
- 11,275
- 17
- 65
- 73
6
votes
1 answer
DataNucleus JDO with Google Cloud Tools for Eclipse
I am using the relatively new Google Cloud Tools Plugin for Eclipse, replacing the Google Plugin for Eclipse. I have converted my App Engine project to the environment of the new plugin, but now the app stopped working.
I get the following error…

bashoogzaad
- 4,611
- 8
- 40
- 65
6
votes
2 answers
Migrating to Google Cloud Endpoints v2
I am currently using Cloud Endpoints v1 in an existing application, but I would like to update it to v2 for App Engine in Java. I have reviewed the migration guide, but this only provides steps for migrating a Maven project. I am not using Maven,…

Ken
- 133
- 1
- 7
6
votes
2 answers
how to remove google sign in button in eclipse
I'm facing a wierd problem. My eclipse, has a google signin button which is occupying some of the space which I do not want to happen. Initially it had "Sign-in to Google" text along with it. I've followed some blog post and set accordingly to show…

Vinay Bhargav
- 365
- 2
- 11
6
votes
6 answers
Google endpoint method keeps returning "name must not be empty" exception
The endpoint method looks like this:
@Api(
name = "gameape",
version = "v1",
description = "Game App API",
audiences = { "mynumber.apps.googleusercontent.com" },
clientIds = { "mynumber.apps.googleusercontent.com",…

learner
- 11,490
- 26
- 97
- 169
5
votes
1 answer
How to connect GAE to Amazon RDS?
I have a database instance on Amazon RDS which is configured:
Amazon RDS Instance
My VPC Security group, both Inbound and Outbound are configured like below:
VPC Security Group
My VPC DNS Resolution and DNS Hostnames are activated.
I can connect to…

John Santos
- 485
- 4
- 18
5
votes
1 answer
How to exclude unit tests from the WAR in with Google App Engine plugin?
I am using the Google Application Engine plugin for Eclipse 3.4, and I have added unit tests in my projects.
The unit tests are in a source folder named tests, separated from the source folder src.
But, in the war/classes that is generated, the…

tofcoder
- 2,352
- 1
- 20
- 28
5
votes
6 answers
GAE SDK 1.9.4 breaks GPE 3.5.1
When i tried to generate the client library using eclipse interface i got this erro:
eclipse.buildId=M20120914-1800 java.version=1.7.0_25
java.vendor=Oracle Corporation BootLoader constants: OS=macosx,
ARCH=x86_64, WS=cocoa, NL=pt_BR Framework…

Renan Franca
- 3,438
- 1
- 18
- 17
5
votes
2 answers
Serving multiple GAE modules from one development server?
I'm converting some backends to modules and am perplexed on setting up the development environment configuration. I'm using Java in Eclipse but not Maven. The architecture is very simple:
Front end module is default. Basic GAE/GWT app. Puts items…

Dominic Tracey
- 767
- 6
- 14