当前位置: 技术问答>java相关
兄弟们,小弟刚接触JSP,帮忙解决一个问题。
来源: 互联网 发布时间:2015-11-04
本文导语: 您的第一个字段内容为: 您的第二个字段内容为: 报错: org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated. C:jakarta-tomcatworkloc...
您的第一个字段内容为:
您的第二个字段内容为:
报错:
org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
C:jakarta-tomcatworklocalhost_8080_0002fhello_0002ejsphello_jsp_1.java:97: Ambiguous class: java.beans.Statement and java.sql.Statement
Statement stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
错在哪啊,请指教。
|
改成
java.sql.Statement stmt=conn.createStatement.
java.sql.Statement stmt=conn.createStatement.
|
Ambiguous class: java.beans.Statement and java.sql.Statement
你的jdk比较怪,什么版本?
你用的什么web server/app server?
你的jdk比较怪,什么版本?
你用的什么web server/app server?
|
gateslin(skylin) :
原因呢,别不好意思说
原因呢,别不好意思说