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