How to get my PHP call Java classes? I'm trying out some examples, such as
$test = new Java("test");
But b4 this, i think i'm having problem with enabling java support in PHP running on PWS. I got error message of,
Fatal error: Unable to create Java Virtual Machine in C:\Inetpub\wwwroot\class\ezcalc.php on line 13
Can anyone help me please?