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
-
i run this tool and then something goes wrong: |
Beta Was this translation helpful? Give feedback.
Answered by
pds-ops
Feb 19, 2024
Replies: 1 comment
-
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
|
Beta Was this translation helpful? Give feedback.
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
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: