Posted By:
Rima_Kilany
Posted On:
Wednesday, May 16, 2001 03:47 AM
HAving a jar file in a table in the EJB cloudscape DB, I would like to dynamically
load the class using loadClass(Connection, String Classname).
COM.cloudscape.util.DBClassLoad.loadClass(myconn,"appname");
I have a remoteException DBClassLoad class not defined.
knowing that the CLASSPATH was correct.
Any ideas?