redmine-mylyn-plugin
redmine-mylyn-plugin copied to clipboard
Not compatible with JDK 9+
Getting exception attempting to connect to Redmine when eclipse runs under JDK 9+
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
This is because JAXB is no longer packaged with the JDK. Can you add a dependency to the core JAXB libraries to this project to allow it to connect.
Using latest release zip archive.
Same issue here. Succeed in running it with java 8. (quite hard task to force eclipse to start with older jdk)
Eclipse 2020-09 needs JDK 11+, running with JDK 8 is no solution anymore.