OS/Error
# Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed.
skysoo1111
2017. 4. 26. 16:34
새로 만든 vm 리눅스 서버에서 bin파일을 실행시키는데 아래와 같은 에러발생.
Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed.
검색을 하니 bit수가 안 맞는다는 이유가 가장 많았는데, 나는 bit수가 맞게 되어있었기에 계속해서 구글링..
"glibc.i686" 이라는 라이브러리가 없는 경우 해당 에러가 발생할 수 있다는 것 발견.
Solution
sudo yum install glibc.i686
해당 라이브러리 설치 후 파일 재 실행. 성공.