Selection does not contain a main type Error
이클립스에서 웹 프로젝트를 작동하려고 RUN하는 순간 "Selection does not contain a main type" 이라는 에러가 발생하였습니다. 이 에러가 발생하는 이유를 구글링해서 찾아보니 main 메소드가 문제가 있는 경우라고 나와서 소스코드에서 main 메소드 부분을 확인해서 해결했습니다. public static void main (String[] args)