This commit is contained in:
Glavo 2023-01-07 21:26:01 +08:00 committed by GitHub
parent 3f0e8138b1
commit 2d4ca3100e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,8 @@ public final class SelfDependencyPatcher {
throw new UncheckedIOException(e);
}
if (dependencies == null) return null;
try {
ClassLoader classLoader = SelfDependencyPatcher.class.getClassLoader();
Class.forName("netscape.javascript.JSObject", false, classLoader);