From: <php...@li...> - 2006-09-22 15:43:58
|
Hi, > I chatted with the guys in #java on > chat.freenode.net and they told me > the error was that I was missing the castor lib from > (castor.org). I > downloaded this and placed it in /usr/share/java/ext > as suggested by the > README. Restarted apache and I still receive this > error. Does anyone > have any idea how to fix this? you can only convert Java libraries which do not depend on external libraries. Please either use the low-level interface, i.e. java_require("foo.jar;bar.jar"); new Java("com.Foo", "FOO"); instead of require_once("foo/com_Foo.php"); ... new com_Foo("FOO"), or copy all external references into the jar file which should be converted. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |