오늘도 난 존버한다

[IntelliJ/에러] java: JDK isn't specified for module 본문

Error 에러

[IntelliJ/에러] java: JDK isn't specified for module

lunina 2024. 6. 9. 16:17

예전 스프링부트 프로젝트에 다시 새파일을 넣어서 실행했는데

DBConfig에서 에러발생

1. java: JDK isn't specified for module 

 

해결방법

 

캐시를 지우고 다시 실행했더니 된다.

 

그러나 내앞엔 다른 오류들이 기다리고 있었다.. 하아..

 

먼저 오라클이 잘 실행되는지 명령창에서 확인

2. cmd 명령창에 sqlplus 또는 sys as sysdba 입력을 해도 알수없는 명령이라고 뜬다  

 

 

 

해결방법

https://lunina.tistory.com/51

 

3. 오류 리스너가 없다

ora-12514: %s 서비스가 %s의 리스너에 등록되지 않았습니다.

해결방법

https://hunit.tistory.com/211

 

Oracle〃ORA-12505 오류해결 Listener refused the connection with following error

힘들게 오라클을 설치하고 SQL Developer를 실행 시켰는데 또 골치 아프게 오류가 발생했습니다. 어떤 오류냐면... Listener refused the connection with the following error : ORA-12505, TNS: listener does not currently know o

hunit.tistory.com


https://lunina.tistory.com/53 

 

 

 

결과,

따단 해결했다!! 하하하하

 

 

해결..