When including JAR files, there are usually two things you need to do:

1. Include them in WEB-INF/lib - it seems like you have done this. This just
makes sure that they are uploaded when you run appcfg.sh update.
2. Make sure they are in your classpath so you can develop.

When you say that App Engine can't find them, do you mean that you can't
locate them in development or production? If you have an issue in
development, it's #2, and in production, it'd likely be #1.

On Sun, Dec 20, 2009 at 12:48 AM, Philip How <[email protected]>wrote:

> Hey,
>
> I'm making a Wave bot using the google plugin for Eclipse and I want
> to implement a package I have in class files. Where's the best place
> to put these? I placed them in the lib directory in war/WEB-INF and
> eclipse compiled fine, but the App Engine doesn't find them.
>
> Any help would be appreciated.
>
> --
>
> 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%[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.


Reply via email to