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
2
votes
2 answers
Write-write conflict everytime saving a Apps Script File on Eclipse
I'm started using Google Eclipse Plugin, on Eclipse Indigo, to edit apps script and everything is working as expected, except that everytime I save a file, I get this popup the warning:
The file is shared but nobody else is editing or even opened…

Mael
- 427
- 3
- 11
2
votes
1 answer
GWT project directory creation by hand
I am interested in writing a simple GWT application from scratch without the use of the Google Eclipse plugin or the applicationCreator in the GWT SDK. Why? Because I feel like it will help me really learn what these automated tools are doing under…

IAmYourFaja
- 55,468
- 181
- 466
- 756
2
votes
1 answer
install google eclipse plugin from command line using archive of the update site
I am trying to install google eclipse plugin from command line using steps from
http://www.lorenzobettini.it/2012/10/installing-eclipse-features-via-the-command-line/
I copied google eclipse plugin archive for eclipse juno into following directory…

mogli
- 1,549
- 4
- 29
- 57
2
votes
1 answer
How to change from google eclipse plugin 1.7.7 to 1.7.5
Due to a bug in the google sphere I need to change from GEP 1.7.7 to version 1.7.5 or 1.7.6. How would I effect that change? I look in the eclipse marketplace, from within eclipse, but the plugins are arranged by eclipse versions such as 3.6, 3.7,…

Pouton Gerald
- 1,625
- 22
- 32
2
votes
2 answers
Eclipse doesn't generate google cloud endpoint client library
I'm trying to create my first GAE Endpoint app, and instead of generating an endpoint from a class, I'd like to create my own personalised Endpoint... is this possible?
I've written this class:
@Api(name="my_endpoint", path="my_endpoint")
public…

Spartacus
- 35
- 6
2
votes
1 answer
Google-Eclipse Plugin: Adding entry points to project
Using the Google-Eclipse plugin, I have successfully created, built and deployed (locally) a very basic GWT Web Application.
The thing is: I'm not a huge fan of the project structure GWT (or the Google-Eclipse plugin) set up by default. So I'm…
user1768830
2
votes
2 answers
Example "Google Maps API v3 for GWT" Project for Eclipse
Google released official maps v3 API for GWT here https://groups.google.com/forum/#!topic/gwt-google-apis/6SO5kCDqb-k
(Note that http://code.google.com/p/gwt-google-maps-v3/ is deprecated and is not official.)
I have downloaded the zip file and…

lembas
- 377
- 1
- 7
- 21
2
votes
1 answer
Does having multiple instances of GAE SDK on your machine cause conflicts?
I would like to install both the Google-Eclipse plugin (which I believe also install the GAE SDK) for my Eclipse instance, so that I may take advantage of a lot of the IDE tools and features it comes with, and also so that I can run my app from…

IAmYourFaja
- 55,468
- 181
- 466
- 756
2
votes
1 answer
Google Eclipse Plugin: Securing the Environment
I just downloaded the Google plugin for Eclipse and have begun to play around with it. One of the coolest, and scariest, features I've found so far is the ability to deploy a web app straight to Google App Engine (the "production" environment) right…

IAmYourFaja
- 55,468
- 181
- 466
- 756
2
votes
2 answers
Testing GAE datastore with threads
I would like to test my JDO - DAO with multiple threads in order to verify if the persistence layer is aware of synchronization.
Here is my piece of code in a JUnit test
for(int i=0;i<10;i++) {
Runnable runnable = new…

Michele Orsi
- 754
- 4
- 17
1
vote
1 answer
How do I get Eclipse to warn me when I forget to create a default constructor in a GWT Serializable object?
I have been playing around with GWT, and I seem to have the bad habit of creating classes that don't meet the rule for GWT serializable objects:
A user-defined class is serializable if all of the following apply:
It is assignable to IsSerializable…

Peter Recore
- 14,037
- 4
- 42
- 62
1
vote
1 answer
Updated Mac OS X Java broke appengine development server
I recently updated OS X 10.6.6 as recommended by Software Update: http://support.apple.com/kb/HT4562
Now, even new appengine projects created with the eclipse plugin are broken. The jetty dev server starts, and then terminates after the info…

Riley Lark
- 20,660
- 15
- 80
- 128
1
vote
1 answer
Java App Engine Project in eclipse return Server App Engine Standard at Localhost failed to start
I'm working on a Java App Engine application using Java 7 in Eclipse Photon. I have an existed App engine Java web application received from one of our developers when I create a new App engine standard project and import this project and try to run…

Abdul Rehman
- 5,326
- 9
- 77
- 150
1
vote
1 answer
Bare bones GAE app with Objectify fails
I used Eclipse IDE for Java Developers 4.7.3 to create a bare bones Google App Engine Standard application with Objectify. When I deploy the application and invoke the web service, I get java.lang.NoClassDefFoundError: Could not initialize class…

Randy Milbert
- 47
- 7
1
vote
0 answers
Deploying to GAE
I am trying to send a Java project into Google App Engine from Eclipse using the Google Cloud Tools plugin, and only receive an error which is hardly understandable:
Process exited with error code 1
When opening the "Details" window, I have a "An…

Jimbo
- 121
- 1
- 4