Hi,
This is probable an easy question. How to pass a multislot value to Java side? I need to get this value as a List.
class Foo {
public static void presentMessage(Object msgs){
//debug
System.out.println("Got frem Jess : "+msgs);
}
Everything works if I pass a slot value form Jess
(call Foo presentMessage ?bar),
but for a multislot value
(call Foo presentMessage $?bar) I'm getting a JessException from ReflectFunctions ""No overloading of method 'presentMessage' ..."
Thanks,
Olga Medvedeva.
