From: <php...@li...> - 2006-11-15 17:12:18
|
Greetings! How can I set up the runtime path when calling Java classes with php-java-bridge? My Java class loads some files from the filesystem using relative paths, but when I instantiate them with the bridge, they'll look for files from the "/" base uri (I'm under unix/linux system) How can I set the runtime path from where Java classes should resolve relative paths? It would be great if there could be a way to set it from the php-bridge... For now, I've resolved launching the Bridge.jar standalone in the java classes path, but there could be a more elegant solution... Thank you very much Michele |