idea启动不了

复制代码
CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
Exception in thread "main" java.lang.ExceptionInInitializerError
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:491)
        at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:503)
Caused by: java.util.ConcurrentModificationException: java.lang.ClassNotFoundException: com.licel.b.Z@
        at fuck_the_regulations_v320.dH.<clinit>(dH.java)
        ... 6 more
Caused by: java.lang.ClassNotFoundException: com.licel.b.Z@
        at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:246)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Class.java:375)
        ... 7 more
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message Outstanding error when calling method in invokeJavaAgentMainMethod at s\src\java.instrument\share\native\libinstrument\JPLISAgent.c line: 619
*** java.lang.instrument ASSERTION FAILED ***: "success" with message invokeJavaAgentMainMethod failed at s\src\java.instrument\share\native\libinstrument\JPLISAgent.c line: 459
*** java.lang.instrument ASSERTION FAILED ***: "result" with message agent load/premain call failed at s\src\java.instrument\share\native\libinstrument\JPLISAgent.c line: 422
FATAL ERROR in native method: processing of -javaagent failed, processJavaStart failed
请按任意键继续. . .idea启动不了

参考下面解决方案亲测有效

相关推荐
神经毒素15 分钟前
WEB安全--Java安全--shiro550反序列化漏洞
java·安全·web安全·shiro
hnlucky28 分钟前
Windows 上安装下载并配置 Apache Maven
java·hadoop·windows·学习·maven·apache
习明然1 小时前
Visual Studio2022跨平台Avalonia开发搭建
ide·visual studio
forestsea2 小时前
Maven 插件扩展点与自定义生命周期
java·maven
獨枭2 小时前
Visual Studio 2022 跨网络远程调试
网络·ide·visual studio
政沅同学2 小时前
QT+Visual Studio 配置开发环境教程
ide·visual studio
keke102 小时前
Java【14_2】接口(Comparable和Comparator)、内部类
java·开发语言
CN.LG3 小时前
Java 乘号来重复字符串的功能
java·开发语言
萌新下岸多多关照3 小时前
Java中synchronized 关键字
java·开发语言
中国lanwp3 小时前
使用Maven部署WebLogic应用
java·maven