oracle.jdbc.driver.OracleDriver ClassNotFoundException

后端 未结 8 711
你的背包
你的背包 2020-11-28 14:49

This is my code for which I am getting error. My classes12.jar has been imported as an external jar.

import java.io.IOException;
import java.io.         


        
8条回答
  •  无人及你
    2020-11-28 15:31

    You can add a JAR which having above specified class exist e.g.ojdbc jar which supported by installed java version, also make sure that you have added it into classpath.

提交回复
热议问题