I have a folder AuthoringTool
in the wamp\www
directory.
Inside this, I have a package authoring_tool
which contains two java file and related class file. I can execute the package using
java authoring_tool.AuthoringTool
But when I try
echo exec('java authoring_tool.AuthoringTool');
in php, it does not respond.