
[eclipse] t오Window -> Preferences -> Server -> Runtime Environments Window -> Preferences -> Server -> Runtime Environments 류 발생he specified jre installation does not exist 오류 Window -> Preferences -> Server -> Runtime Environments 옵션에서 jdk 설정 해주면 오류 해결 jre 항목 jdk만 제대로 설정해주면 오류 해결~

Project facet java version 13 is not supported 간단 해결법 톰캣 설정을 하거나 톰캣 실행 시 위와 같은 에러가 나면 현재 java 버전이 지원 안되는 버전이므로 버전을 변경하면 됩니다. 프로젝트 마우스 오른쪽 properties 클릭하여 아래와 같이 jdk1.8로 되어 있는 부분을 jdk 13으로 변경 jdk 13이 없으면 설치하자~

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.RuntimeException: ResultSet.getXXX(colName): could not look up name 원인 java에서 database쿼리가 위에처럼 에러가 난다면 컬럼 이름이 지정됐는 지 확인해봐야한다. 항목의 이름을 가지고 올 수 없어서 나는 에러이다. 보통 select cont(*) from copy or select cont(1) from copy or select cont(no) from cop..
[에러 내용] Some problems were encountered while building the effective settings Some problems were encountered while building the effective model for [해결] maven project update 후 maven install 해준다.

자바7(jdk1.7)버전에서 자바8(jdk1.8)버전으로 설치 tls1.2 프로토콜 사용하여 보안 강화로 jdk1.7에서 jdk1.8로 올려야 하는 이슈가 발생하여 작업해봤습니다. - jdk1.8 - tomcat 8.5 사용 jdk1.8 다운로드 url https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Java SE Development Kit 8 - Downloads Java SE Development Kit 8 Downloads Thank you for downloading this release of the Java™ Platform, Standard Edition Development Kit (J..
java.lang.ClassNotFoundException: kr.co.mediaweb.common.MyContextLoaderListener 불러오는 중입니다... 오류가 나오는 경우 project 우클릭 > properties > Deployment Assembly > Add > Maven Dependencies 추가해준다. maven dependencies가 있으면 지우고 다시 추가해준다.