I m trying to pass on DB2 driver to jini client from the web server which comes with jini kit,its not going to client,evenm though I m invoking client by setting apprpriate -Djava.rmi.server.codebase , I have copied the db2java.zip which has the class file for db2 driver,onto the lib folder of http server,but still , in my code,when i do Class.forname(driver),its throwing classnot found exception,