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

Change the default path of Store and Download? #30

Open
nkarl opened this issue May 27, 2023 · 3 comments
Open

Change the default path of Store and Download? #30

nkarl opened this issue May 27, 2023 · 3 comments

Comments

@nkarl
Copy link

nkarl commented May 27, 2023

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
Copy link
Owner

ystyle commented Jun 29, 2023

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
Copy link

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

@hsbtr
Copy link

hsbtr commented Apr 16, 2024

This is a good proposal

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

4 participants