Skip to content

Commit f46ab5a

Browse files
authored
Merge pull request #68 from Dexels/master
Compatibility with Java 9
2 parents 2673123 + 3a41893 commit f46ab5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jvm.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function findjvm()
7070
end
7171
end
7272
push!(libpaths, joinpath(n, "jre", "lib", "server"))
73+
push!(libpaths, joinpath(n, "lib", "server"))
7374
end
7475

7576
ext = @static is_windows()?"dll":(@static is_apple()?"dylib":"so")

0 commit comments

Comments
 (0)