I also have the same issue, import com.google.appengine.tools.development.ApiProxyLocalImpl; is an error in my eclipse IDE.
On Dec 30 2009, 3:32 am, "Ikai L (Google)" <[email protected]> wrote: > ApiProxy should just be part of the standard SDK JAR. Is this being included > correctly? > > > > > > On Sun, Dec 27, 2009 at 7:01 PM, bill <[email protected]> wrote: > > 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]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine -- 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.
