Questions tagged [google-eclipse-plugin]

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.

141 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,695
  • 11
  • 34
  • 53
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…
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
  • 21,167
  • 37
  • 143
  • 289
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
  • 16,652
  • 11
  • 69
  • 103
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…
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
  • 10,547
  • 15
  • 62
  • 71
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…
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,…
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
  • 345
  • 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",…
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…
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…
5
votes
4 answers

GWT plugin for eclipse 4.3

I have the new version of eclipse: Eclipse Kepler 4.3. I'm looking for GWT plugin for that version of eclipse but I can not find. If I try to install the plugin for 4.2 eclipse version, what could happen? Thanks
5
votes
1 answer

Serving blob from app-engine endpoint

I want to serve a blob from my google endpoint server to an android app; not a link to the blob, the actual blob. Do I have to encode the blob in Base64 to send it from the endpoint or is that handled by app-engine? Please do not confuse this…
1
2 3
9 10