解决IDEA 运行java程序不报错,debug模式报错问题。这里写自定义目录标题
idea有时运行java程序不报错,debug模式报错,不能使用
错误信息显示为
FATAL ERROR in native method: processing of -javaagent failed, appending to system class path failed
Unexpected error (103) returned by AddToSystemClassLoaderSearch
Unable to add C:\Users\Сder\AppData\Local\JetBrains\IntelliJIdea2020.1\groovyHotSwap\gragent.jar to system class path - the system class loader does not define the appendToClassPathForInstrumentation method or the method failed
Disconnected from the target VM, address: ‘127.0.0.1:59351’, transport: ‘socket’
主要是因为文件的 jdk配置不对,首先我们只需要在idea的右上角更改一下文件的配置,如下图:
这个jdk的版本更改为与项目一致的jdk版本就行了
然后项目就可以正常调试了