JDK 경로에 이상이 없는데 maven 툴체인 실행 실패?
빌드 + 테스트를 한번에 실행하는 배치 파일을 만들고 리눅스용으로 sh도 만들었는데, 실제로 Linux에서 제대로 동작하는지 확인해보고 싶어서... WSL로 프로젝트를 Pull 받아서 테스트를 했는데... 아래 오류가 발생했다. [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.530 s [INFO] Finished at: 2026-05-11T04:25:32+09:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins :maven-toolchains-plugin:3.2.0:toolchain (default) on project my-project: Misconfigured toolchains.: Non-existing JDK home configuration at /home/WSLUser/apps/JDK/11 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please r...