|
From: <php...@li...> - 2008-10-11 16:47:11
|
Hello, Well I'm starting using php-java-bridge under linux. I add to use it to be able to integrate Matlab project exported in Java. To use Matlab library it's need to have the LD_LIBRARY_PATH define to Matlab runtime environnement. When I implement Matlab Java export in Java, there is no problem, after I have define LD_LIBRARY_PATH with "export". When I try the same implementation with php, I got the error message indicating that it does not find Matlab PATH. "java.lang.Exception: Failed to find the runtime libraries, required by MATLAB Builder JA, on system path" However, I try "export", php putenv function and exec() without success. Thanks in advance for your help Regards David |