HTTP Status 500 - type Exception report message description 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: 29 in the jsp file: /FirstJsp.jsp Java.util.Date cannot be resolved to a type 26: This is my JSP page. 27: <br> 鐜板湪镞堕棿鏄细 28: <% 29: String currTime=new Java.util.Date().toLocaleString; 30: out.println(currTime); 31: %> 32: >
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.26 logs. Apache Tomcat/6.0.26 我是初学者,真诚求教以上错误如何解决? 另外程序中是汉字,为什么这里显示的是乱码:27: <br> 鐜板湪镞堕棿鏄细