You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: