I need to connect to a DB2 database server using jdbc from Eclipse. Even though I have already installed the required jar file, I am getting the following error:
Error occurred java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver
Error occurred java.sql.SQLException: No suitable driver found for jdbc:db2://db2server
What do I do?
Thanks.