>Also, the value I set in the ini file for java.library is changed from
>libjvm.so to libjava.so. Is this suppose to happen? I was guessing as to
>what library I should use here, but the error I am getting indicates that it
>can't start the jvm, so this has me worried to. Which library is the correct
>one?

 I had the same problem and in my php.ini java.library is set to libjvm.so, 
since it's already working now, I think that's the correct value...

 about the "Unable to create Java Virtual Machine" error, in my case I solved 
it by setting the LD_LIBRARY_PATH environment variable to the apropiate 
values. In your case I suppose that would be /usr/java1.2/jre/lib/sparc/ and 
/usr/java1.2/jre/lib/sparc/classic or /usr/java1.2/jre/lib/sparc/client 
depending on which JVM you have (java -version).

 If this is usefull at all, please let me know.
  Xavier

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to