-
Notifications
You must be signed in to change notification settings - Fork 273
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
'ant run' failed for java sample code - requires JAXB 2.2 #41
Comments
I have the same issue on JAXB 2.2 API jar. do you have the fix for this? C:\Program Files\Tableau\REST API\java>ant -version See my ant run output below. compile: jar: run: BUILD SUCCESSFUL |
For this [java] Exception in thread "main" java.lang.LinkageError: JAXB 2.1 API jar is being loaded (from jar:file:/C:/Program%20Files/Tableau/REST%20API/java/lib/default/javaee-api.jar!/javax/xml/bind/annotation/XmlSchema.class), but this RI (from jar:file:/C:/Program%20Files/Tableau/REST%20API/java/lib/default/jaxb-impl.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) requires JAXB 2.2 API jar issue, I fix it by Regards, |
Hi,
When running the Java sample 'ant run', it throws an exception telling it is loading JAXB 2.1, but requires JAXB 2.2.
The text was updated successfully, but these errors were encountered: