
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
이전 단계 설치 프로그램은 모두 완료되었는데 마지막 단계에서
ERROR가 나타나 문제해결이 되지않습니다.

Microsoft Windows [Version 10.0.19043.1586]
(c) Microsoft Corporation. All rights reserved.
C:\Users\JMS>flutter doctor
Running "flutter pub get" in flutter_tools... 16.0s
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.3.2, on Microsoft Windows [Version 10.0.19043.1586], locale ko-KR)
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
X No Java Development Kit (JDK) found; You must have the environment variable JAVA_HOME set and the java binary in
your PATH. You can download the JDK from https://www.oracle.com/technetwork/java/javase/downloads/.
[√] Chrome - develop for the web
[X] Visual Studio - develop for Windows
X Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[!] Android Studio (version 2022.2)
X Unable to find bundled Java version.
[√] VS Code (version 1.79.2)
[√] Connected device (3 available)
[√] HTTP Host Availability
! Doctor found issues in 3 categories.
C:\Users\JMS>flutter doctor --android-licenses
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.
