Member since
07-03-2024
1
Post
1
Kudos Received
0
Solutions
07-03-2024
09:38 PM
1 Kudo
This might be too late but hoping answer would help someone someday. I experienced the same error and spent countless hours in fixing. I was using latest version of Java (JDK21). However, once I switched back to java 8, this problem was fixed. The issue is primarily due to the fact that The JAXB packages javax.xml.* are not visible in Java 9 and Java 10 and removed in Java 11 and above. And the jaxb-api contains only the APIs, and we need the JAXB Implementation
... View more