Hi, There is a difference:
a) the build path is what's needed to compile your source as you code it b) the classpath is what's needed to run the application The local jars provide low-level service used by the jars "facing" the user code and replace equivalent jars of the prod env. So, you don't need those jars when you compile but they are required locally when you run. Hope this helps regards didier On Mar 18, 6:40 am, James Andersen <[email protected]> wrote: > Just for my own edification... I was comparing the build path of my test > project to my GAE project while trying to solve this... I didn't find these > jars in either one. When I launch my GAE project locally is "works" of > course... I'm using eclipse, does the "Google Web Application" launch > configuration handle loading these jars for me before my project is actually > loaded? > > Sorry still getting used to GAE and have been in the .NET world for several > years now... -- 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.
