module.info에 패키지를 열어주지 않아서 생긴 오류입니다.
Exception in thread "main" java.lang.reflect.InaccessibleObjectException: Unable to make public ch03.User() accessible: module http_ex does not "exports ch03" to module com.google.gson
module-info.java 파일에서 opens 패키지명; 을 하면 해결됩니다.
'프로그래밍 > 에러 노트' 카테고리의 다른 글
Spring Boot_Parameter '' not found. Available parameters are [arg1, arg0, param1 (0) | 2023.04.20 |
---|---|
Spring Boot_Binding Exception (2) | 2023.04.19 |
MySQL_java.lang.ClassNotFoundException: com.mysql.jdbc.Driver (3) | 2023.03.13 |
NullPointerException : Cannot invoke "java.util.List.add(Object)" because "" is null (0) | 2023.02.21 |
Java 에러노트_Cannot instantiate the type 에러 (1) | 2023.02.16 |