Skip to content

Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/xml/bind/v2/model/annotation/AnnotationReader #66

Answered by pds-ops
jordanpadams asked this question in Q&A
Discussion options

You must be logged in to vote

This usually indicates that your are using the wrong version of Java when executing the software. Per the system requirements, Transform Tool requires Java 11-17 (and probably works for later versions as well).

Be sure to not only ensure the new version of Java is in your PATH, but also that your JAVA_HOME is not set to an older version:

$ which java
$ echo $JAVA_HOME

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pds-ops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants