在MyEclipse6.5中,jdk是1.6版本,引入了所用的Java包,但是还是报下面的错
org.apache.jasper.JasperException: An exception occurred processing JSP page /article.jsp at line 85: <%!
6: private void tree(List<Article> articles,Connection conn,int id,int grade){
7:  String sql = "select * from article where pid =" + id;
8:  Statement stamt = DB.createStamt(conn);