http://www.knowsky.com/2790.html  我是按照这个资料做的啊。

解决方案 »

  1.   

    你使用了java.util.*;里的Properties类。
    所以你需要导入这个包。
    <%@ page import="java.util.*"%>
    加上就可以了。
      

  2.   

    还是不行啊E:\apache_tomcat\Tomcat 4.1\work\Standalone\localhost\_\test\test_db_jsp.java:51: cannot resolve symbol
    symbol  : variable SysProps 
    location: class org.apache.jsp.test_db_jsp
    SysProps.put("user","tesst");
    ^An error occurred at line: 4 in the jsp file: /test/test_db.jspGenerated servlet error:
    E:\apache_tomcat\Tomcat 4.1\work\Standalone\localhost\_\test\test_db_jsp.java:52: cannot resolve symbol
    symbol  : variable SysProps 
    location: class org.apache.jsp.test_db_jsp
    SysProps.put("password","test123");
    ^An error occurred at line: 4 in the jsp file: /test/test_db.jspGenerated servlet error:
    E:\apache_tomcat\Tomcat 4.1\work\Standalone\localhost\_\test\test_db_jsp.java:53: cannot resolve symbol
    symbol  : variable SysProps 
    location: class org.apache.jsp.test_db_jsp
    Connection conn= DriverManager.getConnection(url, SysProps);
                                                      ^
    3 errors