bug:Archived non-system classes are disabled because the java.system.class.loader property is specified (value ="com.intellij.util.lang.PathClassLoader"). To use archived non-system classes, this property must not be set Exception in thread "main" FATAL ERROR in native method: processing of -javaagent failed, processJavaStart hailed
解决方法:
1.查找vmoptions文件中是否有Djava或-javaagent开头的参数,有则删掉(通常是idea64.exe.vmoptions)
2.若IDEA目录中的vm文件修改后没有效果,则到AppData/local/jetBrains中删除IntelliJidea
3.如果还是没有效果,则使用最后方案:
将该文件下的-javaagent删掉,就能启动了