plaidshirt
plaidshirt

Reputation: 5671

IntelliJ java.lang.ClassNotFoundException: com.intellij.ide.plugins.PluginManager during startup

I use IntelliJ IDEA Community Edition 2017.1.4 x64 and got following error message during application starting process:

Internal error. Please report to http://jb.gg/ide/critical-startup-errors

java.lang.ClassNotFoundException: com.intellij.ide.plugins.PluginManager at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:225) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at com.intellij.ide.Bootstrap.main(Bootstrap.java:36) at com.intellij.idea.Main.main(Main.java:79)

I already tried to remove IDE caches folder: https://intellij-support.jetbrains.com/hc/articles/206544519.

Upvotes: 2

Views: 8320

Answers (2)

techjunkie
techjunkie

Reputation: 59

Below are the steps which i have tried

  1. Clearing cache as per the intellij Website instructions --didn't worked
  2. Clearing Temp files -- didn't worked
  3. Use window system cleaner to remove...temp files..temp internet files..etc --- Worked.

Upvotes: 1

CrazyCoder
CrazyCoder

Reputation: 401887

Your installation is corrupted, please reinstall.

Upvotes: 3

Related Questions