JuliaInterop/JavaCall.jl

can't `init()` on OS X

Closed this issue · 2 comments

this is on master with julia 0.6:

julia> using JavaCall

WARNING: deprecated syntax "inner constructor JavaObject(...) around /Users/arthurb/.julia/v0.6/JavaCall/src/core.jl:30".
Use "JavaObject{T}(...) where T" instead.

WARNING: deprecated syntax "inner constructor JavaObject(...) around /Users/arthurb/.julia/v0.6/JavaCall/src/core.jl:35".
Use "JavaObject{T}(...) where T" instead.
Loaded /Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home/jre/lib/server/libjvm.dylib

julia> JavaCall.init()

signal (11): Segmentation fault: 11
while loading no file, in expression starting on line 0
unknown function (ip: 0x12062d2b3)
Allocations: 3377471 (Pool: 3375868; Big: 1603); GC: 5

You can ignore the segmentation fault.

See http://juliainterop.github.io/JavaCall.jl/faq.html

thanks, and sorry for not having read the FAQ.