[appengine-java] Error: The API package 'urlfetch' or call 'Fetch()' was not found.

2010-07-07 Thread [jake]
I'm using jetty outside of the dev_appserver.sh environment. When I try to use com.google.appengine.api.urlfetch package, I get the following error: The API package 'urlfetch' or call 'Fetch()' was not found. [Thrown class com.google.apphosting.api.ApiProxy $CallNotFoundException] I don't get

Re: [appengine-java] Error: The API package 'urlfetch' or call 'Fetch()' was not found.

2010-07-07 Thread John Patterson
This RemoteDatastore code does what you are after to allow you to upload and download data from the datastore from a normal JAva application. You can copy the Environment stuff from there: http://code.google.com/p/remote-datastore/source/browse/src/main/java/com/vercer/engine/proxy/RemoteDa