From: <php...@li...> - 2005-12-29 18:17:27
|
Hi Victor, [please excuse the delay] > nutch-0.7.1.jar first, it seems that it can find the > classes that are in nutch-0.7.1.jar but not the rest > of classes that are in other jar file. This behaviour is correct. The dynamic classloader isolates the classes loaded from the jars so that classes from nutch-0.7.1 cannot access classes from nutch-0.7.2 for example. If you want to load several, interconnected jars, you must load them in a single java_require call. Please see the java_require() documentation for details. (See http://cvs.sourceforge.net/viewcvs.py/*checkout*/php-java-bridge/php-java-bridge/documentation/API/html/java_8c.html#a27) Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |