카테고리 없음

Java Build Path - Maven Dependencies 오류 등

열하나요 2023. 11. 5. 19:07

 

경로를 옮겨서 그런가

(아니 DTD파일을 추가를 안했으니까 파일이 없지...)

maven에 lombok jar파일이 없어서 지우고 다시 설치했더니 경로를 인식을 못한다.

프로젝트 > Maven > Project Update > Force Update of Snapshots/Releases 체크 후 Ok

 

그러면 Progress바에 열심히 일하는 모습이 보일거다.

아무것도 누르지 말고 조용히 기다리면 잘 잡힌다.

 

+ src/test/java 오류

Java build path jdk버전과 project fats java버전과 달라서 생긴 오류다.

맞춰주면 된다.

난 Java buld path의 Library를 다시 추가하였다.

 

Java compiler도 1.8로 맞춰주자

 

 

+ POM.xml에 에러메시지...

Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until 
 the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from/to central (https://
 repo.maven.apache.org/maven2): repo.maven.apache.org

 

stack over flow 짱이다.

You need just to follow those steps:

  1. Right Click on your project: Run (As) -> Maven clean
  2. Right Click on your project: Run (As) -> Maven install

 

 

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

파란색 에러

 

그... maven이

Project에서 우클릭 Properties > Deployment Assenbly > Add > 

Java Build Path Entries > Maven Dependencies