YFeizi
YFeizi

Reputation: 1528

Intellij idea force close - Start failed error

When I'm using Intellij idea the IDE close without any error ! and when I open it again it returns this error:

Internal error. Please report to http://youtrack.jetbrains.com
com.intellij.ide.plugins.PluginManager$StartupAbortedException: java.lang.ClassNotFoundException: com.intellij.idea.MainImpl
    at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:93)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: com.intellij.idea.MainImpl
    at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:148)
    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:259)
    at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:86)
    ... 1 more

How can I resolve this? I'm using Ubuntu 14.0.4

Upvotes: 1

Views: 1342

Answers (1)

capivarao
capivarao

Reputation: 70

I am using Intellij in Ubuntu too with no errors. It's hard to say what is happening just by the information provided but I would suggest you to:

1 - Update your Ubuntu with the latest packages

2 - Download the latest version of the IDE, unpack it and try again

Upvotes: 1

Related Questions