2023-03-11 트러블슈팅 사례
2023-03-11 장소: STARDOM PC
IDE : intellij Ultimate
intellij ultimate Terminal에 ./gradlew build 입력 후
PS C:\Users\Administrator\Desktop\boot-source-20230228\complete\server> ./gradlew build
ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.
Error Message 발생
자바 환경 변수 Path 설정 오류로 인한 문제 추측
Path 설정을 %JAVA_HOME%으로 했으나
%JAVA_HOME%bin으로 변경 후 재실행,
해결 완료.