| Summary: | Get persistent and fatal NoClassDefFoundError: org/eclipse/jdt/core/IElementChangedListener opening pom.xml file | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | David M. Karr <davidmichaelkarr> |
| Component: | Core | Assignee: | Stephan Herrmann <stephan.herrmann> |
| Status: | CLOSED NOT_ECLIPSE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | stephan.herrmann |
| Version: | 4.11 | ||
| Target Milestone: | 4.12 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
David M. Karr
I confirmed that when I reverted my configuration to the previous state, from 5/24, I'm not getting this error anymore. (In reply to David M. Karr from comment #0) > Today I'm finding that every time I try to open a pom.xml file, I get a > "Multiple problems have occurred" dialog, with a detail of "An error has > occurred. See error log for more details. > org/eclipse/jdt/core/IElementChangedListener". This interface has not significantly changed since 2011. > Note that I recently updated plugins, and I saw that there was an update to > Spring IDE, one of my installed plugins. I see deep in the "Caused by" that > Spring IDE is mentioned. This may only be a Spring IDE issue, but I'm still > posting this here just in case. I've also filed a similar ticket in the > Spring JIRA. Thanks for saying. The ticket in the Spring JIRA should be the relevant one. > Caused by: java.lang.ClassNotFoundException: > org.eclipse.jdt.core.IElementChangedListener cannot be found by > org.springframework.ide.eclipse.xml.namespaces_3.9.9.201905211834-CI-B2250 This means, Spring IDE is not correctly wired to JDT/Core. Closing. Feel free to re-open if you can reproduce this without Spring installed (which I strongly doubt). |