ljader / redmine-mylyn-plugin

Eclipse Mylyn integration for Redmine ( Eclipse Connector Plugin )
71 stars 48 forks source link

Not compatible with JDK 9+ #83

Open nhtones opened 4 years ago

nhtones commented 4 years ago

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.

damiencuvillier commented 4 years ago

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

jr4u commented 3 years ago

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