ystyle / jvms

JDK Version Manager (JVMS) for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add new jdk versions?

nonkr opened this issue · comments

commented

local :

jvms
|-- download
|   |-- jdk1.6.0_43_x86.zip
|-- elevate.cmd
|-- elevate.vbs
|-- install.cmd
|-- java.ico
|-- jvms.exe
|-- settings.txt
|-- unins000.dat
|-- unins000.exe
|-- v1.6.0_43_x64
|   |-- COPYRIGHT
|   |-- LICENSE
|   |-- README.html
|   |-- bin
|   |-- include
|   |-- jre
|   |-- jre6
|   |-- lib
|   |-- register.html
|   |-- register_ja.html
|   |-- register_zh_CN.html
|   `-- src.zip

add a jdk home folder and the folder name start with v and end with _x86 or _x64
e.g: add the 1.7 64bit jdk

  1. copy jdk folder to jvms home
  2. rename folder to v1.7_x64
  3. jvms list check this
  4. jvms use 1.7 or jvms use 1.7 64
  5. java -version check jdk verison