반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- json파싱
- 원시타입
- Char[]
- 내맘대로정리
- 변수
- 데이터탑입
- SQL
- mybatis
- 프로그래머스
- primitivetype
- ReferenceType
- Spring
- string
- char
- 주사위굴리기
- 차이점
- 자바
- 자바오류
- Exception
- 알고리즘
- include태그
- sql태그
- 코딩테스트
- 백준
- ClassPathResource
- 시뮬레이션
- java
- 차이
- JSON
- 참조타입
Archives
- Today
- Total
재채기는 H
No enclosing instance of type a1_7 is accessible. Must qualify the allocation with an enclosing instance of type a1_7 (e.g. x.new A() where x is an instance of a1_7). 에러 본문
java
No enclosing instance of type a1_7 is accessible. Must qualify the allocation with an enclosing instance of type a1_7 (e.g. x.new A() where x is an instance of a1_7). 에러
에취~H 2021. 1. 26. 22:47반응형
에러 :
No enclosing instance of type a1_7 is accessible. Must qualify the allocation with an enclosing instance of type a1_7 (e.g. x.new A() where x is an instance of a1_7).
클래스 내부에
다른 클래스나 인터페이스가 있다면 뱉는다.
다른 클래스나 인터페이스를 밖으로 내보내자.
반응형
'java' 카테고리의 다른 글
커스텀 예외처리 클래스 활용 (0) | 2022.07.17 |
---|---|
JAVA 코딩테스트 IDE사용 못할 경우, 자주 사용하는 함수 정리 (0) | 2022.07.17 |
Comments