libs 디렉토리에서, java -jar hello-spring-0.0.1-SNAPSHOT.jar 입력 시,
Exception in thread "main" java.lang.UnsupportedClassVersionError: hello/hellospring/HelloSpringApplication has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
이와 같은 에러가 발생합니다.
두개의 버전이 설치돼있어서 발생하는 오류인것 같아서,
jre1.8.0_271 와 jdk-11.0.10 중 jre1.8.0_271를 지우고 재 build했더니,
Error: could not open `C:\Program Files\Java\jre1.8.0_271\lib\amd64\jvm.cfg'
에러가 발생합니다..
도와주세요..