1. If you surround yor php code with a try/catch, you can tell at which
position the exception is thrown
2. You have called addList with two args, which caused this exception
Apr 21, 2009 10:34 vorm. schrieb am <
php...@li...>:
If my javacode looks like this:
import java.util.ArrayList;
public class List {
public ArrayList addList(){
ArrayList v = new ArrayList();
v.add("a");
v.add("b");
return v;
}
}
Should I have in phpcode 2 times "java_values($object->addList)"???????????
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|