Skip to content

Commit

Permalink
Let Jaunch detect Homebrew-installed openjdks
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jan 28, 2025
1 parent 05d4517 commit eb8ff71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/jvm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ jvm.root-paths = [
'OS:LINUX|~/.jdk/*', # github.com/jyksnw/install-jdk
'OS:LINUX|~/.jre/*', # github.com/jyksnw/install-jdk
'OS:MACOSX|/Library/Java/JavaVirtualMachines/*/Contents/Home', # Java 8+
'OS:MACOSX|${BREW}/Cellar/openjdk*/*/libexec/openjdk.jdk/Contents/Home', # Homebrew
'OS:WINDOWS|${ProgramFiles}\Java\*',
'OS:WINDOWS|${ProgramFiles(x86)}\Java\*',
'OS:WINDOWS|~\scoop\apps\openjdk*\*', # Scoop openjdk
Expand Down

0 comments on commit eb8ff71

Please sign in to comment.