Sha256: 41ded56728184df3591e781a42475586d07c6d3e4fa0add7b24c6a6fff041917

Contents?: true

Size: 528 Bytes

Versions: 3

Compression:

Stored size: 528 Bytes

Contents

To use the local datastore you need to have the Google App Engine SDK for Java
installed
(http://code.google.com/appengine/docs/java/gettingstarted/installing.html).
Then you need to add several jars to your classpath.

For example:
$ export SDK=`pwd`/appengine-java-sdk/lib
$ export CLASSPATH=$SDK/shared/appengine-local-runtime-shared.jar:$SDK/impl/appengine-api-stubs.jar:$SDK/impl/appengine-api.jar:$SDK/impl/appengine-local-runtime.jar

For more information on appengine-apis, see
http://code.google.com/p/appengine-jruby

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
appengine-apis-0.0.1 PostInstall.txt
appengine-apis-0.0.2 PostInstall.txt
appengine-apis-0.0.3 PostInstall.txt