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
1D
The solution implemented in #234 does no longer work with Java 11:
$ ~/verapdf/verapdf Error occurred during initialization of boot layer java.lang.module.FindException: Module java.xml.bind not found $ java --version openjdk 11.0.1 2018-10-16 OpenJDK Runtime Environment (build 11.0.1+13-Debian-2) OpenJDK Server VM (build 11.0.1+13-Debian-2, mixed mode, sharing)
c.f. https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j
The text was updated successfully, but these errors were encountered:
carlwilson
No branches or pull requests
Dev Effort
1D
Description
The solution implemented in #234 does no longer work with Java 11:
c.f. https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j
The text was updated successfully, but these errors were encountered: