当前位置: 技术问答>java相关
一个JavaBeans的设置问题?
来源: 互联网 发布时间:2015-11-18
本文导语: 我的程序出错如下:文件名:HtmlCalendarNotePad.java An error occurred at line: 8 in the jsp file: /yu.jsp Generated servlet error: D:javatomcatworkStandalonelocalhost_yu$jsp.java:60: Class JavaBean.HtmlCalendarNotePad not found. ...
我的程序出错如下:文件名:HtmlCalendarNotePad.java
An error occurred at line: 8 in the jsp file: /yu.jsp
Generated servlet error:
D:javatomcatworkStandalonelocalhost_yu$jsp.java:60: Class JavaBean.HtmlCalendarNotePad not found.
JavaBean.HtmlCalendarNotePad HtmlCal = null;
^
An error occurred at line: 8 in the jsp file: /yu.jsp
Generated servlet error:
D:javatomcatworkStandalonelocalhost_yu$jsp.java:63: Class JavaBean.HtmlCalendarNotePad not found.
HtmlCal= (JavaBean.HtmlCalendarNotePad)
^
请问这个文件应该放在tomcat的哪个文件夹中,还需要什么设置?多谢
An error occurred at line: 8 in the jsp file: /yu.jsp
Generated servlet error:
D:javatomcatworkStandalonelocalhost_yu$jsp.java:60: Class JavaBean.HtmlCalendarNotePad not found.
JavaBean.HtmlCalendarNotePad HtmlCal = null;
^
An error occurred at line: 8 in the jsp file: /yu.jsp
Generated servlet error:
D:javatomcatworkStandalonelocalhost_yu$jsp.java:63: Class JavaBean.HtmlCalendarNotePad not found.
HtmlCal= (JavaBean.HtmlCalendarNotePad)
^
请问这个文件应该放在tomcat的哪个文件夹中,还需要什么设置?多谢
|
我想你和我遇到的问题是一样的,你可以参考一下,看有没有帮助
http://expert.csdn.net/Expert/TopicView1.asp?id=1216000