전체 글271 Cannot access defaults field of Properties 아마도 설치한 지 얼마 되지 않아서 메이븐에서 아직 프라퍼티 설정을 못 찾아서 발생하는 문제인 것처럼 보인다. 설치된지 얼마 안 되었을 때, 꽤 오래 간다. 해결 방법은 pom.xml 에서 Maven-compiler-plugin 의 설정을 붙여넣기 하면 된다. 원인은 메이븐 버전이 옛날 버전일 경우, 가장 최근 것으로 맞춘다. https://stackoverflow.com/questions/67168999/maven-error-cannot-access-defaults-field-of-properties 2022. 8. 25. The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 상단에 이 에러가 떴을 경우... 1. 프로젝트 마우스 오른쪽 버튼을누른 후 properties 를 누른 후, java buildpath에서 라이브러리 확인한다. 2. 다음 project facets 에서 톰캣 버전을 확인한다. 참조 https://simuing.tistory.com/entry/%EC%9D%B4%ED%81%B4%EB%A6%BD%EC%8A%A4-%EC%97%90%EB%9F%AC%ED%95%B4%EA%B2%B0-The-superclass-javaxservlethttpHttpServlet-was-not-found-on-the-Java-Build.. 2022. 8. 23. genericxmlapplicationcontext import 안됨 genericxmlapplicationcontext 에서 계속 import가 안 되는 것이었다. import org.springframework.context.support.GenericXmlApplicationContext; 강제로 하였으나 에러가 났다. 아마도 maven이상이거나 springFramework를 아직 설치하지 않아서 그런 것 같았다. 자바로 진행 중이어서 그런 것. 그리 심각한 오류로 생각되지 않지만. 아직 해결 못한 건 찜찜하다. 이 에러를 잡으려고 검색을 해보니 적당한 페이지가 나왔다. https://velog.io/@yunsse/Spring-The-type-org.springframework.core.io.Resource-cannot-be-resolved-%EC%97%90%EB%9.. 2022. 8. 21. (error)dependencies artifactid cannot be empty maven project 생성 시 pom.xml에서 dependecies 탭을 열어 maven 업데이트를 하려고 하는데 'artifactid cannot be empty' 에러가 떴다. 이클립스를 껐다 다시 켜니 자동으로 하단에서 업데이트 되엇다. 참고한 사이트는 다음과 같다. update index 하는데 20~30분 걸림... 참고... 여기서 해결하였다. https://stackoverflow.com/questions/18047843/cannot-search-for-artifact-in-eclipse-kepler-using-m2e-plugin 2022. 8. 21. 이전 1 ··· 50 51 52 53 54 55 56 ··· 68 다음