From: <php...@li...> - 2008-01-07 12:31:44
|
Hi, > Forgive me if i am blind, but I can't find anything in the FAQ located > at http://php-java-bridge.sourceforge.net/pjb/faq.php the up-to-date FAQ is here: http://php-java-bridge.cvs.sourceforge.net/*checkout*/php-java-bridge/php-java-bridge/FAQ.html I think java_require ("yourDriver.jar"); $Clazz = java("java.lang.Class"); $loader = java("java.lang.Thread")->currentThread()->getContextClassLoader(); $Clazz->forName("yourDriver", true, $loader); should do what you want. Regards, Jost Boekemeier Machen Sie Yahoo! zu Ihrer Startseite. Los geht's: http://de.yahoo.com/set |