My problem is similar to this one : Even with adding the semicolon didn't work for me this is my method when i call .jmethod to display it for me :
[10] "public java.util.Set utils.Rinterface.getPhones()"
when I call the method, Like this
rJava::.jcall(rinterface,"Ljava.util.Set;","getPhones")
I got this error :
rJava::.jcall(rinterface, "Ljava.util.Set;", "getPhones") : method getPhones with signature ()Ljava.util.Set; not found it gives that error, still don't know whats wrong ?!