Exception while loading JDBC driver
Hi,
I have application running in WAS5. But it needs to upgrade to WAS6.
i have deployed the existing application in RAD6. but it gives me following error :-
[u]Exception while loading JDBC driver: com.ibm.db2.jdbc.net.DB2Driver. com.ibm.db2.jdbc.net.DB2Driver</u>
at com.ibm.dse.services.jdbc.JDBCTable.loadDriver(JDB CTable.java)
at com.ibm.dse.services.jdbc.JDBCTable.loadDriver(JDB CTable.java)
As per some document it is said that "The DB2® Net JDBC Driver is not supported in Rational Application Developer V6.0."
For this i have changed my driver class to
[u]" com.ibm.db2.jdbc.app.DB2Driver"</u>
But still i am getting the same error.
Can somebody please help me on this.
Thanks in advance.
Regards,
Shashikant :(
|