MyEclipse导入已有工程时,提示  
The project cannot be built until build path errors are resolved
 Unbound classpath variable: 'TOMCAT_HOME/common/lib/jasper-runtime.jar '  
Unbound classpath variable: 'TOMCAT_HOME/common/lib/jsp-api.jar '  
Unbound classpath variable: 'TOMCAT_HOME/common/lib/servlet-api.jar '   
刚学struts开发,很多不懂,请各位高手多多指教啊
“工程右键---》Properties---》Java Build Path--->选择Libraries标签,删掉上面列出的几个未找到的library,把你本机的相应包添加进去,点击ok应用设置,重新build工程即可”  
我也删除上面的那些了,但又出现了HttpServletRequest 无法解析为类型、HttpServletResponse 无法解析为类型、HttpSession 无法解析为类型、JspFactory 无法解析为类型、JspWriter 无法解析为类型、org.apache.jasper 无法解析为类型、PageContext 无法解析为类型和ServletContext 无法解析为类型的问题啊,照理说不应该出现这问题啊