修复了robot.awt的一个requires问题后,我在运行应用程序时遇到了另一个问题。应用程序的构建没有任何问题。堆栈跟踪:Exception in thread "main" java.lang.reflect.InvocationTargetExceptionjava.lang.reflect.Method.invoke(Method.java:566)
at java.base/sun.launcher.Launche
我想得到反射类的实例。让我解释一下:// Before this, class loading and stuff that are not transcendental forMethod executeApp = loadedClass.getMethod("execute", Main.class)
executeApp.invoke(loadedClassInstance,