-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NoClassDefFoundError: Could not initialize class name.kropp.intellij.makefile.MakefileLanguage #32
Comments
When I tried to run makefile and dockdockbuild together, this bug was devastating for Android studio, but when I unloaded one of them, the problem was solved |
I got same issue here Now my AS cannot open settings menu, Error message always pop up and said Unable to save settings. How to delete or uninstall this plugin without open menu settings -> plugins? |
Run IntelliJ w/ DockDockBuild installed and then install Makefile plugin. See stacktrace |
Is this a bug report, or a feature request?
Bug
What is the current behavior?
DockDockBuild plugin prevents opening files in editor and throws java.util.concurrent.CompletionException: java.lang.NoClassDefFoundError: Could not initialize class name.kropp.intellij.makefile.MakefileLanguage
CLion now bundles Makefile Language plugin. As a result, both Makefile Language plugin and DockDockBuild plugins now define Makefile language, which is not allowed.
If the current behavior is a bug, please provide the steps to reproduce.
More data here https://youtrack.jetbrains.com/issue/CPP-24013
Please provide all relevant details.
See Jetbrains suggestion:
"My suggestion would be to rework dependencies in DockDockBuild plugin and remove old code for an old version of makefile plugin.
If plugin.xml you can specify optional dependency on Makefile plugin:
name.kropp.intellij.makefile
This way there'll be no conflicting classes."
The text was updated successfully, but these errors were encountered: