Intellij IDEA 2021.2.2 can not lunch after Copilot update
已回答
I just updated Copilot via IDEA and then Intellij IDEA stoped working.
I face an error message when I try to start the app.
The full error by commend line:
CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
Error: Could not find or load main class com.intellij.idea.Main
Caused by: java.lang.ClassNotFoundException: com.intellij.idea.Main
Can anyone help?
请先登录再写评论。
Try the steps from https://intellij-support.jetbrains.com/hc/en-us/articles/360007568559.
Your IDE installation may be corrupted and would need a reinstall. You may also need to delete broken plug-ins from the Plugins directory: https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#plugins-directory.
Thank you for your help.
I followed the steps but they didn't work, then I installed the latest version of the ide and the new one is working well.