Fork me on GitHub
#cursive
<
2017-03-29
>
kestrel717:03:22

Since upgrading to IntelliJ 2017.1 I’ve been getting the following when launching the REPL, any ideas? Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/bin/java (0x1008054c0) and /Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x1008cd4e0). One of the two will be used. Which one is undefined.

kestrel717:03:48

In fact it also happens when I run any lein task as well.

cfleming20:03:58

@kestrel7 @rarous Yes, I see that too. It seems to be something quite low-level in the OSX Java implementation, but I don’t know what it means.

redinger21:03:55

I’ve decided to wait it out, but there are suggestions there for working around it

kestrel721:03:49

@cfleming @redinger think I'll wait it out as well. Thanks.