Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ bad plugin how to start

Hi I have just started using IntelliJ again and have version 9. I just installed the Mercurial plugin and now the ide won't start anymore. Has an error of

Fatal error initializing class com.intellij.openapi.actionSystem.ActionManager:
java.lang.VerifyError: class com.dcx.hg.MercurialVcs overrides final method getName.()Ljava/lang/String;

I now know that I should be using the plugin hg4idea

Is there a way I can remove this plugin so I can start the ide, I am sure there must be..

Thanks in advance.

like image 249
Shawn Vader Avatar asked May 06 '10 15:05

Shawn Vader


People also ask

How do I restart IntelliJ?

From the main menu, select File | Manage IDE Settings | Restore Default Settings. Alternatively, press Shift twice and type Restore default settings . Click Restore and Restart. The IDE will be restarted with the default configuration.


3 Answers

I am running on a Mac, the Plugin directory is located in ~/Library/Application Support/IntelliJIDEA60/ You can just delete the offending plugin. Note, depending on your edition of the IDE, the directory may be different. For example, IdeaIC2016.3

like image 63
Shawn Vader Avatar answered Nov 15 '22 00:11

Shawn Vader


Version 11 for Windows stores plugins also in c:\Users\<username>\.IntelliJIdea11\config\plugins\ so delete plugins from that location as suggested by @duffymo.

like image 31
sax Avatar answered Nov 15 '22 00:11

sax


If you look in the directory where you installed IntelliJ, you'll see a /plugins directory. Perhaps if you delete the Mercurial plugin folder you'll be able to restart the UI. Worth a try. NOTE: Check here for OS/version related plugin path.

like image 37
duffymo Avatar answered Nov 14 '22 22:11

duffymo