嗨,我刚刚开始使用IntelliJ并拥有版本9.我刚刚安装了Mercurial插件,现在ide不再启动了.有错误的
Fatal error initializing class com.intellij.openapi.actionSystem.ActionManager: java.lang.VerifyError: class com.dcx.hg.MercurialVcs overrides final method getName.()Ljava/lang/String;
我现在知道我应该使用插件hg4idea
有没有办法我可以删除这个插件,所以我可以启动ide,我相信一定有..
提前致谢.
我在Mac上运行,插件目录位于~/Library/Application Support/IntelliJIDEA60/
你可以删除有问题的插件.请注意,根据您的IDE版本,目录可能会有所不同.例如,IdeaIC2016.3
适用于Windows的版本11也存储了插件,c:\Users\
因此根据@duffymo的建议从该位置删除插件.
如果查看安装IntelliJ的目录,您将看到/ plugins目录.也许如果您删除Mercurial插件文件夹,您将能够重新启动UI.值得一试.注意:请在此处查看与OS /版本相关的插件路径.
与另一个插件陷入同样的问题.解决方案是删除有问题的插件文件夹或 jar
从Plugins文件夹中删除- 请参阅下面的操作系统的确切位置.
https://intellij-support.jetbrains.com/entries/23358108-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and列出了不同平台的用户插件文件夹的位置.-logs:
组态:
~/Library/Preferences/# e.g.: ~/Library/Preferences/IntelliJIdea14
缓存:
~/Library/Caches/
插件:
~/Library/Application Support/
日志:
~/Library/Logs/
~/.
Windows Vista,7,8:
\Users\ \.
Windows XP:
\Documents and Settings\ \.
Ubuntu上的第15版:
cd ~/.IntelliJIdea15/config/plugins rm -r