google-eclipse-plugin

Cannot Install Google plugin for Eclipse

﹥>﹥吖頭↗ 提交于 2019-12-13 06:50:56
问题 I am not able to install the Google plugin for Eclipse Luna 4.4.1 on Mac. I followed all the steps, and got no errors. Eclipse restarted after installing the plugin, but after that I don't see the Google logo on my toolbar and even in File > New, I don't see any signs of installation. Android plugins from the same link seems to be working but rest no sign. Java on my Mac is up to date. 回答1: after 6 long hours, it worked out for me. This is what I did I removed eclipse from my computer. delete

Cannot Generate Cloud Endpoint Client Library - “Not an App Engine project”

大憨熊 提交于 2019-12-13 04:24:35
问题 When I attempt to generate an endpoint client library in Eclipse (GPE 3.5.1, GAE SDK 1.9.4) I get this error: "Not an App Engine project". The project is an App Engine project (and is deployed). The project is configured as an EAR project with backend and frontend modules. I don't get any errors in the Error Log. GAE SDK 1.9.3 gives me the same error. I've also tried the command line but simply get 'Error'. 回答1: If you created your your cloud-endpoints projects using WTP, then Right click on

gwt maven plugin - unable to run archetype generated sample project in eclipse

五迷三道 提交于 2019-12-11 05:32:11
问题 I'm trying to setup a new gwt project in Eclipse (3.4 Ganymede) using maven with the codehause gwt-mave-plugin (v. 1.1). I have installed the Google Eclipse Plugin including the Google App Engine Java SDK 1.2.2, the Google Plugin for Eclipse 3.4 and the Google Web Toolkit SDK 1.7.0. I'm using the gwt-maven-plugin archetype to generate a sample project as specified here. I have successfully generated the project files and imported them as a maven project into eclipse. I have then generated a

How to edit jdoconfig.xml and persistence.xml so JPA saves to appengine datastore

断了今生、忘了曾经 提交于 2019-12-11 04:07:11
问题 Using the Google Eclipse Plugin, my project automatically comes with two files inside the META-INF folder: jdoconfig.xml and persistence.xml . Per the instructions on https://developers.google.com/appengine/docs/java/datastore/jpa/overview, my persistence file is supposed to have the following line for jpa datastore storage: <provider>org.datanucleus.store.appengine.jpa.DatastorePersistenceProvider</provider> But when I open the persistence file I found <?xml version="1.0" encoding="UTF-8" ?>

GWT project directory creation by hand

房东的猫 提交于 2019-12-06 09:23:16
问题 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 the hood, and will help my understand GWT that much better. I did install the Google Eclipse plugin and used it to create a new Web Application Project (GWT app) just to see what kind of files it auto-generated. For my given project, which has a

Using workspace projects with AppEngine

点点圈 提交于 2019-12-06 07:18:22
问题 I'm trying to use a library project with my Google AppEngine project as a project on build path. Is there a way to get that included in the AppEngine project without having to copy the entire source or make a jar ? I only use a small portion of the library so it seems like overkill to copy the whole jar and a lot of work to find the dependencies within the source to get only the parts I'm using. 回答1: You are not going to like this answer, but No. In order to include the library as a

GWT Maven - webapp files getting deleted when running in dev mode

我只是一个虾纸丫 提交于 2019-12-05 21:27:48
As specified in the gwt maven mojo plugin documentation, I have selected src/main/webapp folder as my war directory in eclipse->project properties->Google->Web application. Then, when I tried to run my gwt project in dev mode from eclipse, the html files in webapp folder was getting deleted. After some investigation, I was able to fix this by modifiying -war value in run configuration to the target folder of the project. But the problem I am facing now is that, after running the project in dev mode, I have to manually copy the html files to the target directory each time for the dev mode to

GWT project directory creation by hand

五迷三道 提交于 2019-12-04 17:32:48
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 the hood, and will help my understand GWT that much better. I did install the Google Eclipse plugin and used it to create a new Web Application Project (GWT app) just to see what kind of files it auto-generated. For my given project, which has a single module named WebModule (also acting as the sole EntryPoint of the app), here's what the Google

Example “Google Maps API v3 for GWT” Project for Eclipse

余生颓废 提交于 2019-12-03 19:42:22
问题 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 there are samples in it but they are all java. I can not figure out how to inherit it in my project.gwt.xml or what to write into my main html or where to put the gwt-maps.jar file. Is there any complete Eclipse GWT project "for the OFFICIAL API" to

Eclipse, AppEngine: java.lang.RuntimeException: Cannot get the System Java Compiler. Please use a JDK, not a JRE

别说谁变了你拦得住时间么 提交于 2019-12-03 11:05:06
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: 'C:\Users\Chloe\AppData\Local\Temp\appcfg8759974391667459604.tmp' Scanning for jsp files. Compiling jsp files. java.lang.RuntimeException: Cannot get the System Java Compiler. Please use a JDK, not a JRE. Debugging information may be found in C:\Users\Chloe\AppData\Local\Temp\appengine-deploy6465203991005024943.log C:\Users\Chloe\AppData\Local\Temp\appengine-deploy6465203991005024943.log: Unable to update: java