【问题记录】【IDEA工具】升级了个版本- -启动报错 com.intellij.ide.util.PropertiesComponentImpl PluginClassLoader(plugin=PluginDescriptor(name=BetterIntelliJ, id=org.example.BetterIntelliJ

1  启动报错

Caused by: java.lang.ClassNotFoundException: com.intellij.ide.util.PropertiesComponentImpl PluginClassLoader(plugin=PluginDescriptor(name=BetterIntelliJ, id=org.example.BetterIntelliJ, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/IntelliJIdea2023.2/plugins/BetterIntelliJ, version=1.16, package=null, isBundled=false), packagePrefix=null, state=active)
    at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.kt:156)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)

原因:IDEA插件"BetterIntelliJ"版本与IDEA的版本不兼容导致的。在你的情况下,你正在使用IntelliJ IDEA 2023.2,但"BetterIntelliJ"插件的版本为1.16可能不兼容这个版本的IDEA。

解决方案可以是以下几个步骤:

  1. 关闭IntelliJ IDEA。
  2. 进入你的插件目录,删除"BetterIntelliJ"插件。对于大部分人来说,这个目录通常在~/Library/Application Support/JetBrains/IntelliJIdea2023.2/plugins/
  3. 重新启动IntelliJ IDEA,然后更新你的插件。在IDEA中,你可以通过"File" -> "Settings" -> "Plugins"来更新你的插件。在插件列表中找到"BetterIntelliJ",然后点击右侧的"Update"按钮。

如果上述步骤不能解决问题,你可能需要卸载并重新安装"BetterIntelliJ"插件,或者寻找一个与你的IDEA版本兼容的"BetterIntelliJ"版本。

posted @   酷酷-  阅读(1014)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· Obsidian + DeepSeek:免费 AI 助力你的知识管理,让你的笔记飞起来!
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
点击右上角即可分享
微信分享提示