开发者

Import GData library for use with Google App Engine

开发者 https://www.devze.com 2023-01-05 16:56 出处:网络
I\'m having hard time trying to figure out how to impor开发者_开发知识库t a Gdata library into my eclipse build to use with Google App Engine(Java)just put the gdata jar in the application WEB-INF/lib

I'm having hard time trying to figure out how to impor开发者_开发知识库t a Gdata library into my eclipse build to use with Google App Engine(Java)


just put the gdata jar in the application WEB-INF/lib jar file

Have you added below in appengine-web.xml

<system-properties>
  <property name="com.google.gdata.DisableCookieHandler" value="true"/>
 </system-properties>

You can refer to http://code.google.com/appengine/kb/java.html#googledata

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号