部分代码如下(StudentManager是测试程序项目名称,程序在StudentManager\WEB-INF\classes\com\ydh目录下): 
package com.ydh;   
 错误①"the character  '-' in the name of this file cannot appear in the java identifier."import java.io.*;
import java.sql.*;
public class sqlconn    
错误②"the package of this type does not match its location on the source 
path:WEB.classes.com.ydh."{
....... 
}testSQL.jsp引用代码(testSQL.jsp程序在StudentManager\目录下)如下:
<jsp:useBean id="dbBean" scope="page" class="com.ydh.sqlconn"/>  
错误③Type com.ydh.sqlconn contains no methods with this name.