ystyle / jvms

JDK Version Manager (JVMS) for Windows
MIT License
551 stars 61 forks source link

Change the default path of Store and Download? #30

Open nkarl opened 1 year ago

nkarl commented 1 year ago

My workflow on Windows is that I have:

~
|__ .local/
|   |__ bin/
|
...

~/.local/bin/ is where I placed binaries for my terminal shell. It's in my user space so it doesn't require elevated privilege. The same with my java versions. I have them stored at ~/.jdks/.

Can we decouple the default download and install paths to ~/Downloads and ~/.jdks/ instead?

ystyle commented 1 year ago

This is not supported now, you can use soft links instead.

mklink jvms_install_path/store you_new_jdk_path 

run this as administrator

LeiYangGH commented 6 months ago

really annoying. i hate C:\Program Files\ which is long and has space. suggest using relative path in all the code.

hsbtr commented 4 months ago

This is a good proposal