Object.class.getMethod(methodName, Object.class);
没有被 bsh.Interpreter 执行并抛出异常
Typed variable declaration : reflection error: bsh.ReflectError: Method getMethod( java.lang.String, java.lang.Class ) not found in class'java.lang.Class'
知道如何解决这个问题吗?
提前致谢。