出现下面错误:
500 Servlet Exception
Note: sun.tools.javac.Main has been deprecated.
/x/a.jsp:3: Class _x.jdbc not found.
      jdbc db;
      ^
/x/a.jsp:4: Class _x.jdbc not found.
      db = (jdbc) pageContext.getAttribute("db");
            ^
/x/a.jsp:6: Class _x.jdbc not found.
        db = new jdbc();
                 ^
/x/a.jsp:4: Variable db may not have been initialized.
      out.print((db.gettime()));
                 ^
4 errors, 1 warning--------------------------------------------------------------------------------
Resin 2.1.4 (built Fri Aug 2 14:16:52 PDT 2002)