Skip to content
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

Not compatible with JDK 9+ #83

Open
nhtones opened this issue Nov 19, 2019 · 2 comments
Open

Not compatible with JDK 9+ #83

nhtones opened this issue Nov 19, 2019 · 2 comments

Comments

@nhtones
Copy link

nhtones commented Nov 19, 2019

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
Copy link

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

@jr4u
Copy link

jr4u commented Nov 3, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants