https://chocolatey.org/install
Installing Chocolatey
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.
chocolatey.org
powershell 관리자 권한으로 실행, chocolately 설치
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
https://community.chocolatey.org/packages?q=jdk
Packages matching jdk
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.
community.chocolatey.org
패키지 검색창에 jdk 검색, 원하는 버전을 choco로 설치
choco install ojdkbuild
설치가 완료되면 refreshenv 명령어 입력 후 환경변수 자동 설정
이후 이클립스 설치할때와 실행할때 자동으로 자바 감지함
'Java' 카테고리의 다른 글
한글과 컨텐츠 형식 출력하기 (0) | 2021.09.02 |
---|---|
어노테이션을 이용한 서블릿 매핑 (0) | 2021.09.02 |
web.xml을 이용한 서블릿 매핑 (0) | 2021.09.02 |
이클립스 자바 웹 서버 URL에 프로젝트 이름 없애기 (0) | 2021.09.02 |
jsp - html request 값 목록 확인하기 (0) | 2021.08.20 |