From: Jost B. <jos...@ya...> - 2005-03-21 22:10:54
|
Hi, it depends how you search for the resources. Currently only findResource() is available. 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 |