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.
 
 
忘皓 34b9ef8c24
Update README.md
2 years ago
.vscode 完善功能 适配linux 2 years ago
cli 完善功能 适配linux 2 years ago
internal 完善功能 适配linux 2 years ago
.gitignore 完善功能 适配linux 2 years ago
LICENSE Initial commit 2 years ago
README.md Update README.md 2 years ago
go.mod 添加下载功能 2 years ago
go.sum 添加下载功能 2 years ago
main.go 完善功能 适配linux 2 years ago
makefile 完善功能 适配linux 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