google-eclipse-plugin

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

拟墨画扇 提交于 2019-11-30 10:31:14
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 start with? Or any guidance link which explains how to start from zero to my first class which has the

Cannot complete installing Google Plugin for eclipse

六月ゝ 毕业季﹏ 提交于 2019-11-29 03:07:44
I am trying to install the Google Plugin in eclipse but I get the follwoing error: Cannot complete the install because one or more required items could not be found. Software being installed: Google Plugin for Eclipse 3.6 1.4.2.v201012211742 (com.google.gdt.eclipse.suite.e36.feature.feature.group 1.4.2.v201012211742) Missing requirement: Google Eclipse 3.6 Platform Plugin 1.4.2.v201012211742 (com.google.gdt.eclipse.platform.e36 1.4.2.v201012211742) requires 'bundle org.eclipse.equinox.p2.operations 0.0.0' but it could not be found Cannot satisfy dependency: From: Google Plugin for Eclipse 3.6

Error generating google cloud endpoint client libraries

末鹿安然 提交于 2019-11-28 07:00:06
During last weeks I've been developing an app using GAE/J and Google Cloud Endpoints . I created my custom endpoints (using annotations) and although I had quite a lot of problems, I could solve them and everything was working rather fine. But now (22/04/2013) I tried to make changes in an endpoint method, and suddenly the Google Eclipse Plugin is not generating the client libraries anymore! I tried to delete all the generated api files from my project, but nothing worked. I've even downloaded Eclipse again, installed all the last versions of GPE and GAE SDK and started a new project from

GAE SDK 1.9.4 breaks GPE 3.5.1

流过昼夜 提交于 2019-11-28 01:12:04
问题 When i tried to generate the client library using eclipse interface i got this erro: eclipse.buildId=M20120914-1800 java.version=1.7.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=pt_BR Framework arguments: -product org.eclipse.epp.package.dsl.product -keyring /Users/renanfranca/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.dsl.product -keyring /Users/renanfranca/

Cannot complete installing Google Plugin for eclipse

隐身守侯 提交于 2019-11-27 22:07:17
问题 I am trying to install the Google Plugin in eclipse but I get the follwoing error: Cannot complete the install because one or more required items could not be found. Software being installed: Google Plugin for Eclipse 3.6 1.4.2.v201012211742 (com.google.gdt.eclipse.suite.e36.feature.feature.group 1.4.2.v201012211742) Missing requirement: Google Eclipse 3.6 Platform Plugin 1.4.2.v201012211742 (com.google.gdt.eclipse.platform.e36 1.4.2.v201012211742) requires 'bundle org.eclipse.equinox.p2

Error generating google cloud endpoint client libraries

回眸只為那壹抹淺笑 提交于 2019-11-27 01:39:50
问题 During last weeks I've been developing an app using GAE/J and Google Cloud Endpoints . I created my custom endpoints (using annotations) and although I had quite a lot of problems, I could solve them and everything was working rather fine. But now (22/04/2013) I tried to make changes in an endpoint method, and suddenly the Google Eclipse Plugin is not generating the client libraries anymore! I tried to delete all the generated api files from my project, but nothing worked. I've even