把你的classes12.zip加到环境变量CLASSPATH中去就行呀

解决方案 »

  1.   

    这个我已经做了,你连过Oralce数据库吗,怎么没人回答呀,急死了
      

  2.   

    try this 
    Class.forName("oracle.jdbc.driver.OracleDriver");
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver()); if it still does not work,
    post the error information here.
    first of all, make sure your oracle driver is in the class path!