반응형
TIKA 라이브러리 사용시 발생한 에러
java.lang.UnsupportedClassVersionError: org/apache/tika/Tika : Unsupported major.minor version 52.0 |
* 개발환경 : JAVA 7
* 문제점
java7 환경에서는 tika 버전을 최대 1.17까지밖에 못쓴다.
그 이후의 릴리즈는 최소 java 8이 필요함
* 아래 내용 참고
13 December 2017: Apache Tika ReleaseApache Tika 1.17 has been released! This release includes new support for automatic image captioning, as well as numerous bug fixes and upgrades to dependencies. PLEASE NOTE: this will be the last version that will support Java 7. The next versions will require Java 8. Please see the CHANGES.txt file for the full list of changes in the release and have a look at the download page for more information on how to obtain Apache Tika 1.17.
반응형
'코딩 관련 > 오류 관련' 카테고리의 다른 글
HTTP status code 422 / HTTP 422 error / 422 에러 (0) | 2023.10.24 |
---|---|
[MSSQL] varbinary은(는) text과(와) 호환되지 않습니다. (0) | 2023.08.22 |
[JAVA] 기본클래스를 찾거나 로드할 수 없습니다 (0) | 2023.06.02 |
[JAVA] javax Cannot resolve symbol (0) | 2023.02.09 |
the request was rejected because no multipart boundary was found 에러 (0) | 2023.01.31 |