본문 바로가기

0과 1 그 끝없는 세상/Middleware

Illegal constant pool type 에러

java.lang.ClassFormatError: 클래스명 (Illegal constant pool type)

1. java 소스에 특수문자가 있을 때, 안되는 경우가 있음 

2. 클래스를 구동하는 서버의 JVM 버전과 class 파일 컴파일한 Java 버젼이 틀린 경우

3. class 파일 업로드 시에 binary로 설정하지 않은 경우 (매우 유력함)