![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: php java bridge - procedure could not be found in Unknown on line 0 error
From: anagai <andy.nagai@gmail.com>
Date: Wed Apr 26 2006 - 00:46:09 CEST
I am now using the latest php_java.dll. ok, now it seems to load the
Unable to load Java Library jvm.dll, error: The specified module could
Error on the line where i try to create a java instance like this:
$this->pdfWriter = new Java('com.lowagie.text.pdf.PdfWriter');
Ive included the path to the third party class like this in php:
java.class.path = "c:\PHP\ext\JavaBridge.jar;c:\PHP\ext\itext-1.3.jar"
the second jar is the class i want to use. Its in the ext folder. Its
thanks for your help
|