We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
which java
1 parent d580a37 commit ed246deCopy full SHA for ed246de
src/jvm.jl
@@ -42,10 +42,10 @@ function findjvm()
42
javapath = readlink(javapath)
43
end
44
javapath = dirname(javapath)
45
- javapath = match(r"(.*)(/jre)+(/bin)+",javapath)[1]
+ javapath = match(r"(.*)((/jre/bin)|(/bin))+",javapath)[1]
46
push!(javahomes,javapath)
47
catch err
48
- @info "JavaCall could not determine javapath from `which java`"
+ @debug "JavaCall could not determine javapath from `which java`" err
49
50
51
0 commit comments