JSP 求助
我将我的一个jsp测试文件 BakedBeanDisplay.jsp 放在了:
D:\学习工具\Tomcat\apache-tomcat-4.1.34-LE-jdk14\webapps\ROOT
然后:
用表单提交一个请求,到 BakedBeanDisplay.jsp 进行处理,用到了一个bean
该bean 放在了包 coreservlets中 bean 的名字是 BakedBean.class
并将其放在如下目录下:
D:\学习工具\Tomcat\apache-tomcat-4.1.34-LE-jdk14\webapps\ROOT\WEB-INF\classes
我的所有文件都是正确的;可不知道为什么在访问 pageBean.jsp 的时候报告这么一个错误:
dscription The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 9 in the jsp file: /BakedBeanDisplay-page.jsp
Generated servlet error:
[javac] Compiling 1 source file
D:\学习工具\Tomcat\apache-tomcat-4.1.34-LE-jdk14\work\Standalone\localhost\_\BakedBeanDisplay_0002dpage_jsp.java:42: 软件包 coreservlets 不存在
coreservlets.BakedBean pageBean = null; ^
请高手指点迷津,谢谢你 !!!!
[解决办法]
软件包 coreservlets 不存在
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html
我的异常网推荐解决方案:org.apache.jasper.JasperException: Unable to compile class,http://www.myexception.cn/j2ee/2308.html