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-plugin-eclipse]
158 questions
1
vote
2 answers
Library Sources are not available in SuperDevMode
I created a demo project here.
It compile with GWT compile without any problems from Eclipse. When I run the app in SuperDevMode the first compile failed with the following errors:
Compiling 1 permutation
Compiling permutation…

Michael
- 32,527
- 49
- 210
- 370
1
vote
2 answers
How to connect to google cloud sql instance from eclipse using App Engine?
I am trying to connect to google cloud sql instance from eclipse in my app engine connected android project.
So far i am able to connect to cloud sql instance using Class.forname("com.mysql.jdbc.Driver"). But it requires authorising my ip address in…

Juzer
- 35
- 1
- 3
- 15
1
vote
0 answers
Eclipse showing multiple Google Plugin button on the toolbar
I had installed Google plugin for Eclipse about an year ago and everything was working fine until recently when I noticed a very peculiar behaviour of the plugin that it's increasing the number of icons it displays on the toolbar for the plugin by…

Raghvendra Kumar
- 1,328
- 1
- 10
- 26
1
vote
0 answers
GWT Designer for eclipse not working
I have recently installed Eclipse Luna and the gwt-eclipse plugin.
I have created Project with the default GWT Aplication generated by the wizard, which I have called "pru".
I can compile and run the Project correctly.
But if I try to use the Design…
1
vote
0 answers
Google Plugin for Eclipse only one direction?
I'm using the Google plugin for Eclipse and have imported a Google Apps Script project. The Google project is updated immediately when I edit and save the local version, but the opposite doesn't seem to happen. When I edit files in the project…

Finn Smith
- 772
- 2
- 7
- 21
1
vote
1 answer
How to deploy webapp to Appscale from Google Plugin for Eclipse?
I'm developing a Java Webapplication using GWT and Google Plugin for Eclipse.
I started to use Appscale instead of Google App Engine, but not sure how to configure things to deploy webapp to appscale.
Is there anyone who accomplished this? If so,…

Joel Handwell
- 742
- 1
- 10
- 18
1
vote
1 answer
Deploy GWT menu missing in Luna (Eclipse 4.4)
In the GWT plugin for Eclipse 4.3 it was possible to deploa yor web application via a menu.
http://prntscr.com/4wmtjj
But the GWT plugin for Eclipse 4.4 does no more support this feature.
http://prntscr.com/4wmtjj
How can I get this feature also in…

Jürgen Berger
- 11
- 1
1
vote
1 answer
Class com.google.appengine.tools.development.agent.runtime.Runtime can not access a member of class
I am implementing OAuth using twitter4j for a Google App Engine (GAE) app in Java, developing on a Mac in Eclipse. I got the following error when I was testing the login:
Problem accessing /signintwitter. Reason:
java.lang.IllegalAccessException:…

Michael Osofsky
- 11,429
- 16
- 68
- 113
1
vote
3 answers
JRE version is 1.6.0; version 1.7.0 or later is needed to run Google Plugin for Eclipse
I have 3 versions of Java installed on my system: 6, 7, and 8... I am required to have JRE6 available for a product my company develops, so I cannot get rid of it... But despite copying my Eclipse install to a new folder for another project I need…

Mirrana
- 1,601
- 6
- 28
- 66
1
vote
0 answers
unable to read repository when installing google plugin for eclipse
when I tried to install Google plugin for eclipse, the installation was always failed with the following error messages.
the first ones:
Unable to connect to repository h**ps://dl.google.com/eclipse/plugin/4.2/content.xml
Unable to connect to…

CharlesWu
- 11
- 2
1
vote
1 answer
"Web App Launch View Activator" displays repeatedly in Progress tab on Eclipse during GWT development
I have a fairly simple GWT application that when I run in dev mode shows "Web App Launch View Activator" in the Progress tab in Eclipse. This is causing me problems, taking up a chunk of processing on my machine and generally slowing things down. It…

pillingworth
- 3,238
- 2
- 24
- 49
1
vote
2 answers
Unable to generate cloud end point client library
I'm building an app that uses GAE using this tutorial and I'm trying to generate a Cloud end point library for a class as explained here.
However, I'm getting an unexpected error. Here are the…

souljaboy764
- 31
- 4
1
vote
1 answer
Google Eclipse designer button not responding
I have installed all the components of Google's plugin for Eclipse however the button that allows to create visual classes does not respond when I click on it.

user3654191
- 11
- 2
1
vote
1 answer
No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is
Every time I try to bring up an application in Development mode in Eclipse I get this message and that's as far as it goes:
[WARN] No startup URLs supplied and no plausible ones found -- use -startupUrl
My web.xml…

caspersgrin
- 241
- 1
- 5
- 15
1
vote
2 answers
"New Web Application Project" vs. "Dynamic Web Project"
How does the "New Web Application Project" option from Google Plugin for Eclipse (https://developers.google.com/eclipse/docs/creating_new_webapp) differ from the "Dynamic Web Project" option from Web Tools Platform…

Michael Osofsky
- 11,429
- 16
- 68
- 113