From: <php...@li...> - 2012-06-05 05:29:34
|
Hi, I have installed Java/PHP bridge on CentOS 6.0 and Tomcat6. Successfully and also run my custom class very successfully without any problem. Now I have new environment with Fedora Release 7 and Tomcat 5. I have installed Java/PHP bridge on it successfully. When I test following code <?php require_once("http://localhost:8080/KPG/java/Java.inc"); echo java("java.lang.System")->getProperties(); ?> It works perfectly. But when I run my custom class, it did not works. The custom class which is working very good in CentOS 6.0 with Tomcat6. I am not understanding what can be the problem and how can solve it. Any help on this will be very appriciate. |