We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Same issue here. Succeed in running it with java 8. (quite hard task to force eclipse to start with older jdk)
Sorry, something went wrong.
Eclipse 2020-09 needs JDK 11+, running with JDK 8 is no solution anymore.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: