IT, 프로그래밍/Spring

스프링 환경에서 자바 7이하에서 8로 업그레이드 시 유의할 점

오리@ 2018. 9. 3. 17:51

1. 이클립스 버전을 케플러 이상으로 업그레이드

2. 스프링 버전을 3.2.9 혹은 4 이상으로 업그레이드 할 것.

만약 안하면


org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet


이런 끔찍한 에러가 발생한다.


출처 : https://stackoverflow.com/questions/22526695/java-1-8-asm-classreader-failed-to-parse-class-file-probably-due-to-a-new-java


http://www.gm0604.kr/wordpress/?p=142