From: Michael P. D. <dob...@we...> - 2005-03-21 23:16:28
|
Hi Jost, many thanks for your very fast answer and the workaround! Regards Michael P.S.: The Php/Java Bridge is a great project! -----Urspr=FCngliche Nachricht----- Von: jos...@ya... [mailto:jos...@ya...]=20 Gesendet: Montag, 21. M=E4rz 2005 23:16 An: Michael P. Dobmeier Cc: php...@li... Betreff: Re: [Php-java-bridge-users] CLASSPATH once more Hi, it depends how you search for the resources. Currently only findResource() is available.=20 Since the JavaBridgeClassLoader is currently not(!) an URLClassLoader, the ShowResources.listResources() function ignores it. I will probably change that for the next version 2.0.5. As a workaround please copy your jar file(s) to $JAVA_HOME/jre/lib/ext, for example to /opt/jdk1.5/jre/lib/ext and re-start the bridge. After that your jar(s) are loaded via the standard class loader. Regards, Jost Boekemeier |