🏫 Framework/🍃 Spring [Solved] java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException 728x90 🔥 Problem 👉 Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException 🔎 info) JAXB is a Java API that displays Java classes in XML. ☔ Cause of error 👉 You cannot use the JAXB API in Java 9 and later versions, as it has been removed (deprecated). 🧙 Solution 👉 Please write the code below in pom.xml <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.0</version> </dependency> 👉 If you are using Gradle, please write the code below. implementation 'javax.xml.bind:jaxb-api:2.3.0' Did my writing help you? Please press the thumb-up buttonIf you have any questions, please leave them in the comments 💯포스트 후원하기 ▶유튜브 구독하기 🧭 References [1] reference : https://doctorson0309.tistory.com/[2] ad : https://travelx4.com 여행자의 일정표 여행 작가들이 공유해준 여행 일정표를 통해, 새로운 여행을 준비해보세요! travelx4.com 반응형 공유하기 URL 복사카카오톡 공유페이스북 공유엑스 공유 게시글 관리 구독하기팀드모네 IT Blog 저작자표시 비영리 변경금지 '🏫 Framework > 🍃 Spring' 카테고리의 다른 글 [Solved] Implementation of JAXB-API has not been found on module path or classpath (0) 2024.01.12 [Solved] Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister (0) 2024.01.12 [Solved] Java 버전으로 인해 Eclipse 실행이 안될 때 (0) 2023.04.24 Spring boot에서 robots.txt와 sitemap.xml 적용하는 방법 (0) 2023.01.29 Name [jdbc/oracle] is not bound in this Context 해결방법 (0) 2020.12.28 Contents 🔥Problem ☔Causeoferror 🧙Solution 🧭References 당신이 좋아할만한 콘텐츠 [Solved] Implementation of JAXB-API has not been found on module path or classpath 2024.01.12 [Solved] Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister 2024.01.12 [Solved] Java 버전으로 인해 Eclipse 실행이 안될 때 2023.04.24 Spring boot에서 robots.txt와 sitemap.xml 적용하는 방법 2023.01.29 댓글 0 + 이전 댓글 더보기