Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add new jdk versions? #2

Closed
nonkr opened this issue Mar 16, 2016 · 2 comments
Closed

How to add new jdk versions? #2

nonkr opened this issue Mar 16, 2016 · 2 comments

Comments

@nonkr
Copy link

nonkr commented Mar 16, 2016

No description provided.

@ystyle
Copy link
Owner

ystyle commented Mar 16, 2016

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

@ystyle
Copy link
Owner

ystyle commented Mar 16, 2016

@ystyle ystyle closed this as completed Mar 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants