반응형
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
- Spring
- 백준
- java
- string
- include태그
- 내맘대로정리
- 주사위굴리기
- mybatis
- 자바오류
- 시뮬레이션
- 차이점
- 자바
- primitivetype
- 참조타입
- SQL
- JSON
- char
- json파싱
- ClassPathResource
- Char[]
- 변수
- Exception
- 원시타입
- ReferenceType
- 코딩테스트
- sql태그
- 차이
- 알고리즘
- 데이터탑입
- 프로그래머스
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