From: <php...@li...> - 2008-01-07 11:19:16
|
With all my playing around/searching i gathered that it wouldn't work which is specifically why i tried the following which did not work: $class->forName("com.mysql.jdbc.Driver",true,java("java.lang.Thread")->currentThread()->getContextClassLoader()); 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 with regards to my problem Regards, Phillip Savage php...@li... wrote: > Hi, > > >> $class->forName("com.mysql.jdbc.Driver"); >> > > won't work. Or better: will only work if the driver is available to the bootstrap loader. > Either use the current loader or add the driver to the global class loader. > > Please see the Java specification or our FAQ for details. > > > Regards, > Jost Boekemeier > > > > > > __________________________________ Ihr erstes Fernweh? Wo gibt es den schönsten Strand? www.yahoo.de/clever > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |