I am attempting to write a method the executes a static method from another class by passing an array of strings as arguments to the method.
Here\'s what I have:
Based on this question, it looks like the call should be
method.invoke(null, command);