I am new to php/java bridge
<?php
require_once("localhost:8087/JavaBridge/java/Java.inc");
$world = new java("Test");
echo $world->query("sample");
?>
this is my php file for calling a desktop application's Test class, but it is showing an ClassNotfoundException.