This is my code for which I am getting error. My classes12.jar has been imported as an external jar.
classes12.jar
import java.io.IOException; import java.io.
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.