Hello, what do you mean "not loaded" ? You get exceptions ? didier
On Sep 30, 10:38 pm, hadf <[email protected]> wrote: > Thanks for your help didier. > > That's what I did. I put my jar in the /war/WEB-INF/lib directory and > added it to the Eclipse build-path. But my jar is not loaded at > runtime. > > On 30 sep, 14:17, Didier Durand <[email protected]> wrote: > > > Hi, > > > You have to do both > > > - 1) put in the war so that you have the runtime code when you run on > > Google App Engine > > - 2) put them in your classpath so that your IDE can use the > > definitions that they contain when compiling your own class > > > regards > > didier > > > On Sep 30, 1:01 pm, hadf <[email protected]> wrote: > > > > Hello, > > > > I added libraries in the /war/WEB-INF/lib directory, but they are not > > > in the classpath. > > > If I add them in the project eclipse build-path, they are not > > > accessible at runtime. -- 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.
