redmine-mylyn-plugin icon indicating copy to clipboard operation
redmine-mylyn-plugin copied to clipboard

Not compatible with JDK 9+

Open nhtones opened this issue 5 years ago • 2 comments

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.

nhtones avatar Nov 19 '19 10:11 nhtones

Same issue here. Succeed in running it with java 8. (quite hard task to force eclipse to start with older jdk)

damiencuvillier avatar Jun 26 '20 12:06 damiencuvillier

Eclipse 2020-09 needs JDK 11+, running with JDK 8 is no solution anymore.

jr4u avatar Nov 03 '20 07:11 jr4u