Reflection question
- From: "Damien Viel" <damien.viel@xxxxxxxxx>
- Date: 28 Feb 2007 12:42:36 -0800
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
.
- Prev by Date: Re: Exists installer written in pure php?
- Next by Date: strange shopping cart number
- Previous by thread: local ( downloadable ) manuals are unreadable!?
- Next by thread: strange shopping cart number
- Index(es):