I am using PHP 5.1.2 with Windows, and i think Java it is already integrated
in it with no need of installing any extension, is that true ? or should i
modify php.ini ? if so, how ?
The problem is when the following line from a PHP file is executed:
$system = new Java('java.lang.System');
then next error is displayed:
Fatal error: Class 'Java' not found in C:\wamp\www\trec\java.php on line 3
hope you can help me. thanks