일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 페이코 초대코드
- php 프로그래밍 입문 문제풀이
- 자바 스프링
- 백준
- 플러터
- php 프로그래밍
- php 프로그래밍 입문 연습문제
- 플러터 개발환경 설정
- spring
- php 프로그래밍 입문 예제
- C언어
- 스프링
- SWEA
- 배열
- php 프로그래밍 입문 3판
- php
- 페이코 추천인코드
- Java
- programmers
- 페이코 친구코드
- 자바
- 최단 경로
- 한정 분기
- php 프로그래밍 입문
- 페이코 추천인
- 파이썬
- JAVA SPRING
- php 프로그래밍 입문 솔루션
- C
- Flutter
Archives
- Today
- Total
11-07 11:40
목록java linkageerror (1)
ImJay
[Java 오류해결] java.lang.UnsupportedClassVersionError: * has been compiled by a more recent version of the Java Runtime (class file version 62.0), this version of the Java Runtime only recognizes class file versions up to 61.0
오류내용 오류: 기본 클래스 DrawShapeApp을(를) 로드하는 중 LinkageError가 발생했습니다. java.lang.UnsupportedClassVersionError: DrawShapeApp has been compiled by a more recent version of the Java Runtime (class file version 62.0), this version of the Java Runtime only recognizes class file versions up to 61.0 오류원인 Java에서 외부 프로젝트를 Import 할 때, Library version이 맞지 않을 경우 발생하는 오류인 것 같습니다. 오류해결 1. Project 폴더에서 Properties 클릭 2...
대학생활/객체지향개발론및실습
2022. 11. 1. 11:16