Posted by Damien Viel on 02/28/07 20:42
Hi,
I'm testing Javabridge and I want to use some reflection.
I'm trying this :
$layer = getLayer("fr.demo.MyLayer");
$iService = new JavaClass($serviceName);
$service = $layer->getService($iService);
$method = new ReflectionMethod($service, $methodeName);
$method->invoke($arg);
But does not work.
Uncaught exception 'ReflectionException' with message 'Method
Java::getAllApplicationPerson() does not exist'
Anybody has a idea ?
Damien
[Back to original message]
|