
Java runtime error (jdk version 문제일 가능성이 크다.)
·
JSP
Exception in thread "main" java.lang.UnsupportedClassVersionError: interfaceSample/Sample has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0 이 에러는 현재 자바 jdk와 tomcat에 사용되는 자바 jdk 버전이 맞지 않다는 것을 뜻합니다. 저도 이 에러 때문에 Tomcat Server를 연동하는데 삽질 오지게 했습니다. 1. 일단 자신의 java jdk 버전을 확인해주세요 확인방법:..