是db2的jdbc driver 找不到吧。
============================
// Create a properties object.
Properties p = new Properties();
 
// Set the properties for the connection.
p.put("naming", "system");
 
// Connect using the properties object.
Connection con = DriverManager.getConnection(
   "jdbc:db2:localhost", p );