Hi,
I am trying to make a UBD DB2 8.1 connection using the Java
COM.ibm.db2.jdbc.app.DB2Driver via Tomcat 1.4.3 on AMD64 + SuSE SLES9. The JDK is IBM 1.4.2. Then I found below strange info in my jsp:
"java.sql.SQLException: No suitable driver"
But in fact, I have renamed db2java.zip in DB2 folder to db2java.jar, and put it into everywhere I could imagine (webapps/my_proj/WEB-INF/, ....). I have put the path of db2java.jar into CLASSPATH environemnt variant.
Another strange matter is that when I put almost the same code into one java app, and compile it / run it, I found I could find the db2 driver. God, save me!
Thanks very much!