Skip to content

Instantly share code, notes, and snippets.

View zcube's full-sized avatar
🏠
Slow

ZCube zcube

🏠
Slow
  • Seoul, Republic of Korea
  • 22:30 (UTC +09:00)
  • X @zcube
View GitHub Profile
@zcube
zcube / java-install.bat
Last active August 6, 2025 07:39
java install
@echo off
setlocal enabledelayedexpansion
:: 설정
set "JDK_URL=https://download.java.net/java/GA/jdk21/fd2272bbf8e04c3dbaee13770090416c/35/GPL/openjdk-21_windows-x64_bin.zip"
set "JDK_ZIP=openjdk.zip"
set "JDK_TARGET=%ProgramFiles%\Java"
set "JDK_DIR=%JDK_TARGET%\jdk-21"
set "VS_CODE_URL=https://code.visualstudio.com/sha/download?build=stable&os=win32-x64-user"
set "VS_CODE_EXE=VSCodeSetup.exe"