Myo-Kyeong Tech Blog
[ JAVA ] Windows에 Gradle 설치 본문
728x90
반응형
JDK 설치 후, Gradle 설치해주세요 :)
2023.05.25 - [Programming/Java] - [ JAVA ] Windows에 JDK Development Kit 17.0.7 설치
[ JAVA ] Windows에 JDK Development Kit 17.0.7 설치
1. JDK Development Kit 17.0.7 다운로드 https://www.oracle.com/java/technologies/downloads/#jdk20-windows Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the expert
data04190.tistory.com
1. Gradle 다운로드
Gradle Build Tool
Accelerate developer productivity. Gradle helps teams build, automate and deliver better software, faster.
gradle.org
[ 1. Install Gradle 8.1.1 ] 버튼 클릭 -> [ Installing with a package manager ] 클릭 -> [ Binary-only ] 클릭
2. zip 압축 풀기
[ C:\tools ] 파일 생성 후 그 안에 다운받은 Gradle 압축 해제
3. 시스템 환경 변수 - PATH 설정
728x90
반응형
'Programming > Java' 카테고리의 다른 글
[ JAVA ] JAVA 배열 java.util.Arrays 클래스 주요 메소드 정리 ( copyOf ,sort, equals, fill, binarySearch ) (0) | 2023.06.10 |
---|---|
[ JAVA ] JAVA 문자열 대문자 소문자 변환 - toUpperCase(), toLowerCase() (0) | 2023.06.10 |
[ JAVA ] JAVA 기초 문법 - static 변수 (0) | 2023.06.08 |
[ JAVA ] JAVA 기초 문법 - 배열 ( Array ) 이란 ? (0) | 2023.05.30 |
[ JAVA ] Windows에 JDK Development Kit 17.0.7 설치 (0) | 2023.05.25 |