-
a jni error has occurred please check your installation and try again 오류 해결법개발 공부/Spring 2022. 3. 18. 09:36반응형
JDK 버전이 맞지 않아서 에러가 뜸
프로젝트 오른쪽 클릭 ->Propertise ->java compiler ->Enable project specific 체크 -> Compiler complisance level 변경
* 참고
https://comsperger.tistory.com/350
자바 JNI error has oocurred 오류 해결법
오랜만에 자바를 구동하기 위해 이클립스를 설치했습니다. 그런데 다음과 같은 오류가 떴습니다. Error. A JNI error has occurred, please check your installation and try again이라고요. 자바 버츄얼 머신이..
comsperger.tistory.com
https://daram2-everyday.tistory.com/21
[JAVA] java 와 javac 버전이 차이날때 해결법
기존에 설치한 JDK 8 버전을 JDK 13 버전으로 업그레이드 하려고 했는데 문제가 발생했다... cmd 창에서 javac -version은 13으로 나오는데 java -version은 1.8(8)으로 잡혀있다. 결론부터 말하자면 Oracle db Pa..
daram2-everyday.tistory.com
반응형'개발 공부 > Spring' 카테고리의 다른 글
마우스 우측클릭 context menu function에서 요소 id 받기 (0) 2022.03.21 [STS 4] 프로젝트에 에러 빨간 느낌표 해결 , cannot be resolved to a type 해결 방법 (0) 2022.03.18 Spring Boot Thymeleaf 외부 로컬 이미지 출력하기 , 프로젝트 경로에 파일 업로드 (0) 2022.03.17 Spring layout form submit 안될 때 해결 법 (0) 2022.03.14 [Spring boot project] Bootstrap(부트스트랩) 적용하기 (0) 2022.01.28