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

xjc is unusable with JAVA 10 #1208

Closed
Tomas-Kraus opened this issue Jul 13, 2018 · 2 comments
Closed

xjc is unusable with JAVA 10 #1208

Tomas-Kraus opened this issue Jul 13, 2018 · 2 comments
Assignees

Comments

@Tomas-Kraus
Copy link
Member

When JAVA 10 is used, JAXB-RI 2.3.0 xjc fails with the famous class not found exception.
In the pre-release of 2.4.0 it fails even more miserably, because the xjc.bat refers to the wrong folder (lib instead of mod) and the class path is incomplete.

The only way to use xjc under JAVA 10 is to use the executable xjc tool in the JAVA 10 distribution. I have yet to find the JAVA source code for that!

A "reference implementation" should really contain a version of xjc which can be executed.

@Tomas-Kraus
Copy link
Member Author

@bravehorsie
Copy link
Contributor

fixed in 2.3.1

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

2 participants