Bertrand,
You need to add the following subdirectories to your java.library.path (in php.ini) or the LD_LIBRARY_PATH environment variable:
/usr/java/jre/lib/i386:/usr/java/jre/lib/i386/native_threads:/usr/java/jre/lib/i386/classic
These are necessary to be able to locate all the supporting shared libraries for the jdk. Note that if you have a hotspot jdk that instead of /usr/java/jre/lib/i386/classic, you should specify /usr/java/jre/lib/i386/hotspot.
Alex