Right click on DB Browser view
Select New to get the dialog to create a new connection.
Scroll to the bottom of the list for a blank Template name.
I used DB2T for the Driver name
Connection URL: ask your DBA
A type 4 URL looks something like this: jdbc:db2://server:port/dbname
Suppy your user name and password
Click on Add Jars – I have 3 db2 jars from my support group: db2jcc.jar, db2jcc_license_cisuz.jar, db2jcc_license_cu.jar
The Driver classname is filled in once these jars have been added.
In my case: com.ibm.db2.jcc.DB2Driver
Click on [Test Driver] to check it out.