Jabba-Team / jabba

(cross-platform) Java Version Manager
Apache License 2.0
141 stars 11 forks source link

Allow install location customizations #17

Closed kabel closed 1 year ago

kabel commented 1 year ago

Environment variables:

These should allow package managers (like homebrew) to better control/sandbox where things are installed.

patrick-mccourt commented 1 year ago

@kabel have had an issue raised #34 about the updated install script on Cygwin/ Git Bash on Windows, the previous one worked okay. would you mind having a look and putting your thoughts in? Would like to fix it without reverting the change

kabel commented 1 year ago

would you mind having a look and putting your thoughts in? Would like to fix it without reverting the change

Sure. I gave a stab at #35. While it will install and work around the Windows FD3 output, the cygwin paths are output in way that is not compatible with cygwin without fixing them through some additional path sanitation/conversion back to cygwin paths.