Try adding the JARs to your build path without copying them to your lib directory. Just use "Add external JARs" in the Eclipse Build Path dialog.
- Jason On Tue, Sep 15, 2009 at 2:13 AM, Clay Lenhart <[email protected]> wrote: > > I included appengine-local-runtime.jar, because it is needed to > resolve ApiProxyLocalImpl in my unit tests. How do I configure both > unit tests and the local webserver? > > This type is documented here: > http://code.google.com/appengine/docs/java/howto/unittesting.html > > This thread suggests that we should include the appengine-local- > runtime.jar in the class path: > > http://groups.google.com/group/google-appengine-java/browse_thread/thread/5bd9829e85c90c90 > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
