java - Need the JAR file for a javax.servlet.http.HttpServletRequest -
java - Need the JAR file for a javax.servlet.http.HttpServletRequest -
i modifying behavior of web-app(server & client) running on web-sphere. have de-compiled code , need create minor changes , redeploy code.
for made simple java project eclipse ee , loaded de-compiled code. need *.class files convert jar , place them @ proper place. thing there dependency not beingness resolved javax.servlet.http.httpservletrequest
project not building
how resolve dependency?
if dependency cannot resolved guess jar file javax.servlet.http.httpservletrequest
, add together project's build path external jar.
where can find jar javax.servlet.http.httpservletrequest
p.s. new java don't know much httpservletrequest
using java 1.6 jre.
you'll want add together servlet api "provided" dependency. is, utilize compile code, don't need bundle web application since web container contain re-create of it.
java eclipse servlets jar
Comments
Post a Comment