You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
forget_the_bright 24f34b061f 添加获取远程 下载远程jdk 2 years ago
.vscode 添加获取远程 下载远程jdk 2 years ago
cli 添加获取远程 下载远程jdk 2 years ago
internal 添加获取远程 下载远程jdk 2 years ago
.gitignore 完善功能 适配linux 2 years ago
LICENSE Initial commit 2 years ago
README.md Update README.md 2 years ago
go.mod 采集open jdk 官网下载链接 2 years ago
go.sum 采集open jdk 官网下载链接 2 years ago
main.go 修改windows 下安装包sha256检测 2 years ago
makefile 修改信息 2 years ago

README.md

j

Java Version Manager

d34a2d8bb5d1f088687399f1cfe3468

安装

默认文件下载安装在用户目录下 .j 指定安装目录需要 添加环境变量 J_HOME

命令

列出

列出所有可按照版本

j ls-all

image

列出本地安装版本

j ls

image

下载

j install 8

image image

切换版本

j use 17

image