PHP/Java Bridge java_require() has no effect
Posted: Thu Aug 23, 2007 6:03 am
Has anyone run into this problem before? We're trying to get the PHP/Java bridge working for experimental purposes but the java_require() function does not seem to have any effect when we try to import jar files.
It doesn't error if the file exists, but packages from inside the jar file are not seen. On the other hand, if we directly add the jar file to java.classpath in the ini file (not desriable) then it works. We cannot ini_set("java.classpath", ) neither.... it doesn't error, it just has not effect.
Any clues?
open_base_dir is not turned on and safe_mode is off.
It doesn't error if the file exists, but packages from inside the jar file are not seen. On the other hand, if we directly add the jar file to java.classpath in the ini file (not desriable) then it works. We cannot ini_set("java.classpath", ) neither.... it doesn't error, it just has not effect.
Any clues?
open_base_dir is not turned on and safe_mode is off.