From: <php...@li...> - 2017-01-30 16:40:42
|
Hi, Could be because the Java.inc has been included twice, or an opcache... Are you using the default JavaBridge.war provided on sourceforge ? And did you test the excel.php from the welcome page or from a custom script ? If yes I would check first your php-cgi installation (let me know your system)... and its reference in the web.xml config. On my side, I've just tested it on a fork ( https://github.com/belgattitude/php-java-bridge) that we maintain with Christian... From there, the excel.php works at least on my system. If you intend to work with the bridge, I would really recommend to not use the sourceforge version... and have a look at the repo we're currently setting up: - server side : https://github.com/belgattitude/php-java-bridge - client (reworked Java.inc): https://github.com/belgattitude/soluble-japha Issues or questions are very welcome, Sebastien On Sun, Jan 29, 2017 at 4:32 AM, < php...@li...> wrote: > Hi All, > > i have been installed tomcat and deploy JavaBridge.war, > but when try tro execute excel.php i got this message: > > > > > *java.lang.RuntimeException: PHP Fatal error: Cannot override final method > Exception::__wakeup() in /srv/tomcat/webapps/JavaBridge/java/Java.inc on > line 2024* > Please Help > Thank You > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |