当前位置: 技术问答>java相关
菜鸟的问题!这是为什么呢?
来源: 互联网 发布时间:2015-10-13
本文导语: 一个最简单的“hello world!”也不行? org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated. Generated servlet error: C:Apache Tomcat 4.0worklocalhostbegjsp-ch01index$jsp.java:58: ')' expected. ...
一个最简单的“hello world!”也不行?
org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
Generated servlet error:
C:Apache Tomcat 4.0worklocalhostbegjsp-ch01index$jsp.java:58: ')' expected.
out.print( New Java.Util.Data() );
源代码:
My First JSP
Hello World!
The current data and time is
org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
Generated servlet error:
C:Apache Tomcat 4.0worklocalhostbegjsp-ch01index$jsp.java:58: ')' expected.
out.print( New Java.Util.Data() );
源代码:
My First JSP
Hello World!
The current data and time is
|
The current data and time is
|
The current data and time is