I followed the instructions here:

http://code.google.com/appengine/docs/java/howto/unittesting.html

and added appengine-api-stubs.jar and appengine-local-runtime.jar to
my classpath.  Eclipse was able to resolve these imports fine:

import com.google.appengine.api.datastore.dev.LocalDatastoreService;
import com.google.appengine.tools.development.ApiProxyLocalImpl;

It is not able to resolve this import:

import com.google.apphosting.api.ApiProxy;

Is there another JAR file I need to add to my classpath?

- Bill

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to