I want to connect java and db2. But I am not able to connect please check and reply

Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
I face problem in the above line.


import...