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
3
votes
1 answer
Google Apps Marketplace JAR and GAE
When you use the Google-Eclipse plugin to create a new Web Application Project, and you select the option to "Add support for listing on Google Apps Marketplace", the plugin automatically adds an apps-marketplace.jar file on your classpath.
Does…

IAmYourFaja
- 55,468
- 181
- 466
- 756
3
votes
1 answer
Google Eclipse plugin warning for bad server classpath
I have installed the Google-Eclipse plugin to create a GWT/GAE app. I added the joda-time-2.1.jar for handling dates and times on the server-side. I did this by adding the JAR to a lib/ directory in my project, and then adding the JAR to the project…
user1768830
3
votes
2 answers
Debugging and Running Client/Server Code for GWT/GAE App
I'm developing a GWT app that will be deployed to GAE. I have installed the Google-Eclipse plugin which also pulled down the GWT and GAE SDKs. But now that I am sitting down and actually thinking about things, I've become very confused as to how to…

IAmYourFaja
- 55,468
- 181
- 466
- 756
3
votes
2 answers
Is the Google Eclipse Plugin for Juno (Eclipse 4.2) broken?
I just installed Eclipse EE Juno (4.2) and a whole slew of plugins for it. I am now attempting to install the Google plugin (GAE and GWT) and am getting an error when adding the update site through Juno's Install new software window:
Name:…

IAmYourFaja
- 55,468
- 181
- 466
- 756
3
votes
1 answer
PhP with GAE and Google Cloud SQL
I'm creating a web app using php to run on google app engine. i wish to use google cloud sql to store data. i used a Local MySQL Instance During Development. i have added quercus to my project and wrote simple php code to retrieve data from existing…

Bishan
- 15,211
- 52
- 164
- 258
2
votes
1 answer
I want to open source my Google App Engine Java project, is there any auth info in the Eclipse project?
I have an Eclipse project wired up to Google App Engine through the Google Eclipse plugin. I want to open source the project, but am concerned that there might be some GAE authentication information in the source tree somewhere that I'm not aware…

sanity
- 35,347
- 40
- 135
- 226
2
votes
1 answer
Proper way to configure Google Eclipse Plugin with Maven
I know this question has appeared few times, but the things are changing really fast and I got a little bit confused. I was developing my GWT (2.2.0) application using Maven (m2Eclipse) in Eclipse (J2SE 3.6) with Google Eclipse Plugin (the newest…

mhaligowski
- 2,182
- 20
- 26
2
votes
2 answers
NoClassDefFoundError for ObjectifyService when using Objectify with GAE
I have added objectify-5.1.5-sources.jar to my GAE project under WEB-INF\lib and I have modified the web.xml file as
...
ObjectifyFilter
…

Katedral Pillon
- 14,534
- 25
- 99
- 199
2
votes
0 answers
AppEngineConfigException: Invalid configuration, module.war must exist and be a directory
I'm using the latest GAE java sdk and eclipse plugins for eclipse luna.
My project consists of Java modules using maven (like here).
When I'm trying to deploy the ear project from eclipse, I'm getting this exception:
Caused by:…

roemer
- 537
- 1
- 5
- 21
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
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
Eclipse reports web.xml file does not exist, even though it does exist
I have a GWT project. I have the web.xml created and placed in webapp/WEB-INF, war/WEB-INF as well as war/. But Eclipse keeps throwing me the error that
The web.xml file does not exist
When I right click on the error and look into Properties, I…

somesh
- 2,509
- 3
- 16
- 24
2
votes
0 answers
Full screen plugin doesnt hide status bar
I have a Kepler (4.3?) version of Eclipse and I tried several versions of fullscreen plugins. They all hide menu bar and windows 7 ribbon, but neither hides status bar (where it shows cursor position i.e. 75:14)
I have an old ThinkPad 1280x800 and I…

Peter P.
- 51
- 1
- 1
- 3
2
votes
2 answers
GWT 2.0 Eclipse plugin - how to automatically launch browser on run / debug?
I've downloaded the new GTW 2.0 and it's eclipse plugin
In the new eclipse plugin, when running or debugging instead of opening the browser, it shows this:
For your convenience, here are some URLs that you may wish to view in development mode.…

Eran Medan
- 44,555
- 61
- 184
- 276
2
votes
3 answers
Eclipse hangs while opening workspace after upgrading to GWT 2.0/Google app engine 1.2.8
After upgrading to the newest GWT/Google app engine I have problems opening my workspace in Eclipse. On startup, Eclipse hangs almost immediately and needs to be closed. This happens only in the workspace where I use GWT with app engine, and I…

Domchi
- 10,705
- 6
- 54
- 64