Is xjc from the command line (having JAVA_HOME\bin in your PATH) running com.sun.tools.xjc.Driver?
I.e.
Is running the class com.sun.tools.xjc.Driver the same as running xjc?
Is xjc from the command line (having JAVA_HOME\bin in your PATH ) running com.sun.tools.xjc.Driver
Share
xjc.bat or xjc.sh just call -jar jaxb-xjc.jar.
I have jaxb-ri-20071219/lib/jaxb-xjc.jar/META-INF/MANIFEST.MF:
From the XJCFacade’s source:
It then tries to call
com.sun.tools.xjc.Driver.But it could have changed in newer versions.
You can recheck MANIFEST.MF anyway.