Javaです。リフレクションでstaticメソッドの起動は?java.lang.reflect.Method呼び出したいメソッドを特定できたなら、
method.invoke(null, new Object[]{});
: