[appengine-java] Where do I find javax.servlet.http ?

2009-12-11 Thread Andreas
It's part of the very first tutorial, yet I come to an end already :) I'm running intellij, not eclipse, but I guess that shouldn't matter. -- 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

Re: [appengine-java] Where do I find javax.servlet.http ?

2009-12-11 Thread Ikai L (Google)
If you're running IntelliJ IDEA with the Google App Engine plugin, it should have been imported. Check Project Settings-Libraries and make sure you have included APPENGINE_SDK_HOME/lib/user as a JAR directory. This'll import Jetty and other dependencies you need. On Fri, Dec 11, 2009 at 8:07 AM,

Re: [appengine-java] Where do I find javax.servlet.http ?

2009-12-11 Thread Toby Reyelts
It lives in APP_ENGINE_SDK_ROOT/lib/shared/geronimo-servlet_2.5_spec-1.2.jar If you're not using Eclipse, you can read our Ant documentationhttp://code.google.com/appengine/docs/java/tools/ant.htmlto get an idea of what jars you should be compiling against, and which jars you should be deploying