오류모음 (3) 썸네일형 리스트형 [org.springframework.web.context.ContextLoaderListener]의 애플리케이션 리스너를 설정하는 중 오류 발생 프로젝트 프로퍼티스 , add next, finish 이클립스 404 1. 서버 더블클릭 - publish module contexts to separate xml files 체크 2. 프로젝트 - Properties - Project Facets - Runtimes에서 사용할 서버 체크 2-1 Java build path - Libraries - classpath에 서버 3. 서버 실행할때 next로 넘어간 뒤 실행할 프로젝트 우측으로 The public type [클래스타입] must be defined in its own file The public type [클래스타입] must be defined in its own file 1. 클래스명과 파일명이 일치하지 않을 때 2. 메인메서드가 속하지 않은 클래스에 public을 붙였을 때 (메인클래스의 내부클래스에선 public선언가능) 이전 1 다음