尝试完成 #1780 (#1789)

This commit is contained in:
zkitefly
2022-10-25 21:52:23 +08:00
committed by GitHub
parent 0f39aad429
commit b280b238df
5 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
Exception in thread "main" java.lang.ClassNotFoundException: org.glavo.log4j.patch.agent.Log4jAgent
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
FATAL ERROR in native method: processing of -javaagent failed
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(Unknown Source)
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(Unknown Source)