php and java
Hi everyone,I want to instantiate java object from php so that i can pass values(string) to/from java code.I got access to variables from PHP application in to java code by using URL .
to try instantiating i wrote
$abc = new Java( "name of the java code" );
but it gives error that it cannot instantiate class
any settings need to be made in php documents?
If any one knows please tell me.

