Hi,
I have configure PHP with Java as an apache module.
I simple java-class test works fine. But if the java class needs to read in some values from a resources file i always get a Warning:
java.lang.MissingResource Exception.
I have confirgure the class path in php.ini as /var/www/htdocs/
the resource in need by the java-class is placed under /var/www/htdocs/ still this error !
Can anybody pls. tell me where do i palce the resources needed by my java-class ?
Thanks in advance,
Ravi