From: <php...@li...> - 2020-02-27 05:27:40
|
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(); ?> |