View Accounts Click
"Sign-In" 클릭 후 로그인 Click "Sign-In" and Login
로그인 후 위 돋보기 모양 누르고 jdk download 검색
After logging in, click the magnifying glass above and search "jdk download"
원하시는 JDK 버전을 선택해서 다운해주세요. 저는 JDK 8을 다운하겠습니다.
Please select and download the JDK version you want. I will download JDK 8.
JDK Download를 클릭하신 후 밑으로 내리시고 윈도우 운영체제에 맞게 다운해주세요.
After clicking JDK Download, go to the bottom and download it according to your Windows operating system.
동의 클릭 Click Accept
Click Next
Click Next
Click N
Click Close
설치가 끝났다면 "내 PC" 검색 후 속성 클릭
After installation is complete, search for "My PC" and click properties
밑으로 간 후 "고급 시스템 설정" 클릭
Go to the bottom and click "Advanced System Settings"
"환경 변수" 클릭
Click "Environment Variables"
시스템 변수에 있는 "Path" 클릭
Double-Click "Path" in System Variables
jdk bin directory 간 후 링크 복사
Copy the link after going to jdk bin directory
ex) C:\Program Files\Java\jdk1.8.0_281\bin
복사한 링크를 빈 칸에 붙여넣기
Paste the copied link in the blank
cmd 검색 후 관리자 권한으로 실행한 후 javac를 작성하면 Java 설치가 잘 된 것을 볼 수 있습니다.
After searching cmd, run it with administrator privileges and write javac, you can see that the Java installation is successful.
0 댓글