Search code examples
javaservletsjarimportofbiz

how to add servlet-api.jar in an ofbiz application?


I wrote some java classes and used some servlet keywords. but it is not being recognized. I tried importing javax.servlet.*; but eclipse said it can't be resolved.

I'm not really sure but I tried to look up tomcat inside ofbiz to get the servlet-api.jar but I can't find it.

I tried rebuilding and cleaning the ofbiz project but it can't seem to help.


Solution

  • download and add j2ee.jar in your classpath http://www.java2s.com/Code/Jar/j/Downloadj2eejar.htm