> I want to connect to IBM db2400 of AS400 through java in websphere.
> The code I have written is follows
> try
> {
[quoted text clipped - 24 lines]
>
> I am getting compile error as follows:-
No - you are getting a runtime error.
> Could not load DB2 driver
> com.ibm.db2.jcc.DB2Driver
> SQL Exception:
> Does it mean I have to install the DB2 Universal JDBC Driver
> com.ibm.db2.jcc.DB2Driver
> If yes? Please let me know the step to be followed.How to do ?
You need to put the jar file(s) with the DB2 JDBC driver in
your classpath.
db2jcc.jar and db2jcc_license_something.jar
Arne