Questions tagged [google-plugin-eclipse]

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.

158 questions
2
votes
1 answer

Endpoint .api file not updated automatically

I am using Java + GPE + Cloud end points. It used to be the case that my end point api file would automatically update whenever I change the relevant java source code. For some reason this has now stopped working. I created a very simple dummy…
2
votes
1 answer

GWT blamed RequestFactory ValidationTool must be run on on sub module(project) when launching main project

GWT 2.5.0/Google Plugin for Eclipse/m2e/GWT-maven-plugin 2.5.0/Request Factory I configs my project according to the GWT wiki working with maven and it works pretty well, but has some trouble in my sub-project. Suppose i have two project A and B, A…
Mike
  • 3,515
  • 10
  • 44
  • 67
2
votes
2 answers

GWT designer not opening on Eclipse on Linux

I don't know what the issue with GWT Plugin on eclipse but whenever I'm opening GWT designer on eclipse, I'm getting this issue GWT Designer uses the SWT Browser widget to render the GWT UI. SWT Browser requires a compatible xulrunner version…
Noor
  • 19,638
  • 38
  • 136
  • 254
2
votes
3 answers

An exception throwed by eclipse when do the new gwt project

I am newly to GWT and I started to learn it through gwt2.4. Firstly, I installed the eclipse plugin, after that, I saw the icon in the toolbar of the eclipse. When I click the New Web Application Project, it reported an Exception. The detailed…
liam xu
  • 2,892
  • 10
  • 42
  • 65
2
votes
1 answer

Google plugin for Eclipse: how to add JVM arguments in the Run configuration

I need to add arguments to my App Engine run configuration in Eclipse on the tab Arguments in the textbox Program Arguments, as mentioned in https://developers.google.com/appengine/docs/java/cloud-sql/developers-guide …
honzajde
  • 2,270
  • 3
  • 31
  • 36
2
votes
2 answers

GWT: Using External Jar

I am trying to figure out how to use external jar in GWT project. I referred http://www.vogella.com/articles/GWTModules/article.html and it worked perfectly. But the example explained using another project being included in the GWT project's build…
sachinpkale
  • 989
  • 3
  • 14
  • 35
2
votes
2 answers

Building a GWT UI in Eclipse

I want to try and build a UI using this GWT designer tool I read about. I have GWT tools installed, created a "Google -> Web Application Project" but I don't see any means to build a UI except via code. I tried installing the plugin…
MayoMan
  • 4,757
  • 10
  • 53
  • 85
2
votes
1 answer

Google Plugin url for Eclipse (Juno) is not valid?

I am trying to install the Google Plugin for Eclipse from this url http://dl.google.com/eclipse/plugin/4.2 and I get this error message Communication with repository at http://dl.google.com/eclipse/plugin/4.2 failed. Read timed out
Nicky
  • 61
  • 5
1
vote
3 answers

Eclipse Oxygen very slow server startup when debug on GAE projects. Server process hangs in a stopping pending state

I have a Maven Java GAE (Google App Engine) project in Eclipse Oxygen Release 4.7.2 and Google Cloud Tools for Eclipse plugin version 1.5.0. I'm running my Eclipse in a Windows 10 machine. I have simple a Servlet class in my code: package…
1
vote
1 answer

Project won't launch on Google Cloud Tools for Eclipse

I've been trying to switch from the Google Eclipse Plugin to Cloud Tools for Eclipse, but I can't get a working launch configuration. When I try to launch the project, the progress shows Preparing launch delegate...: Launching delegate... until…
Alex R
  • 808
  • 2
  • 10
  • 26
1
vote
1 answer

How to use Cloud Tools for Eclipse plugin to create microservices in Google App Engine?

As I upgraded my Eclipse to Neon 2 (Eclipse 4.6.2), as "Google Plugin for Eclipse" no longer support, so I switch to Google's "Cloud Tools for Eclipse plugin" (https://cloud.google.com/eclipse/docs/quickstart) Last time that is easy to use "Google…
1
vote
1 answer

Error Configuring "use google cloud sql instance"

Hello I can't connect to my google cloud sql instance through eclipse(Neon) I tried both app engine sdk plugin 1.9.34 and 1.9.42 (google plugin 4.6) Could not connect to Profile (projectID.GoogleCloudSQL.DevInstance). Error creating SQL Model…
1
vote
0 answers

eclipse error: Google App Engine Cloud Endpoints: Could not find web.xml

I'm seeing this weird error in eclipse: I am uncertain why I am getting this error because the web.xml file is exactly where it is supposed to be: I am using: Eclipse Luna Service Release 2 (4.4.2) Google App Engine Plugin for Eclipse…
Alex Ryan
  • 3,719
  • 5
  • 25
  • 41
1
vote
1 answer

"Development mode is loading..." and "Waiting for launch URLs" in GWT

I am a beginner in GWT and trying to run a sample HelloWorld program from http://www.vogella.com/tutorials/GWT/article.html. I installed the GWT plugin for Eclipse Kepler 4.3 and downloaded GWT SDK 2.3. While configuring SDK in eclipse, i was…
user3244519
  • 661
  • 5
  • 18
  • 36
1
vote
1 answer

Eclipse Maven: Run configuration - Start two servers

I am trying to use the gwt-maven-archetype from here and now after I imported the project I'd like Eclipse Maven to run: mvn gwt:codeserver -pl *-client -am to start the codeserver and mvn tomcat7:run -pl *-server -am -Denv=dev to run tomcat…
Stefan Falk
  • 23,898
  • 50
  • 191
  • 378