ID: 19327
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: Java related
Operating System: linux debian
PHP Version: 4CVS-2002-09-10
New Comment:
Did you setup the ini settings that tell the java.so where to look for
javalibs & classes?
Previous Comments:
------------------------------------------------------------------------
[2002-09-10 03:20:57] [EMAIL PROTECTED]
I looked a little bit at the code
php_java.jar tries to load the external library
libphp_java.so in reflect.java with:
System.loadLibrary(bundle.getString("library"));
library is defined in Makefile.frag ) as
@echo library=php_java > $(srcdir)/net/php/reflect.properties
but we can't change php_java to just java, because then we get
conflicts with the main libjava.so. furthermore System.loadLibrary
prepends "lib" before the library name, and searches for this name
(libphp_java.so in this example).
I didn't find a solution to tell java to look for just php_java.so ...
Does anyone know a solution to this problem?
chregu
------------------------------------------------------------------------
[2002-09-10 02:37:17] [EMAIL PROTECTED]
A simple java test-script gives me the following error:
java.lang.UnsatisfiedLinkError: no php_java in java.library.path
when i make a symbolic link from
$extensiondir$/java.so to $extensiondir$/libphp_java.so
it works.
Didn't find a quick solution for solving that problem.
chregu
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=19327&edit=1