From: <php...@li...> - 2020-02-27 11:52:02
|
Hi, Don't know for fo openjdk 13 (last time I tried was with 10 or something like this), but I think tomcat 9 should work. I'm not using the Java.inc anymore but switched to https://github.com/belgattitude/soluble-japha (fork) at some point, depending on your case, always good to have a look. I also did a connector https://github.com/belgattitude/soluble-japha-pjb62-compat for compatibility, but not used it long enough to know if it's production proof. On Thu, Feb 27, 2020 at 6:27 AM php-java-bridge-users--- via php-java-bridge-users <php...@li...> wrote: > > Hi > I am migrating out php/html/mysql application from PHP 5.2.5 to PHP > 7.0.33..I have downloaded the latest version (7.2.1) of javabridge and > Tomcat 9.0.31..Earlier version I was using was Tomcat 6.0. > I am calling the java jar classes (java 8) from php. The current java > version installed is openjdk 13. > Here is the code and the error I am getting.. Please advise whether I > revert Tomcat/javabridge to older versions or anyway to solve this > error...I have tried internet /Faq but did not find anything which worked. > The javabridge installation is working as per the javabridge website. I am > able to get the properties.<?php require_once("java/Java.inc"); > echo java("java.lang.System")->getProperties(); ?> > > > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |