Having some invokeMethod
that takes in (java.lang.String method_name, Object[] params, Class[] params_classes)
How would you invoke some method with signature like void MyMethod()
?
Asked
Active
Viewed 3,370 times
1

myWallJSON
- 9,110
- 22
- 78
- 149
-
Which `invokeMethod` are you referring to? There's only one method by that name in Java6 (on `javax.script.Invocable`), and it doesn't have that signature. – skaffman Feb 12 '12 at 00:41