Fork me on GitHub
#cursive
<
2016-03-28
>
manutter5112:03:06

I’m having a weird conflict between Cursive and the latest Elixir plugin in IDEA 2016.1. Whenever I have both plugins enabled, and I try to start a repl in a clojure project, I get a stack trace complaining about an incompatible major/minor version, coming from some Elixir service builder class. Anybody else ever see anything like this?

manutter5113:03:13

Works fine on my home computer, btw, both MacBook Pro’s with the latest OS, brew-installed Elixir, etc.

cfleming21:03:46

@manutter51: I haven’t, no, but I’m not surprised. Do you have the stacktrace there?

cfleming21:03:21

The issue is that plugins can cause each other’s functionality to be called, since IntelliJ works on a contributor model.

cfleming21:03:56

So if Elixir is compiled for Java 8 only, and you’re running JDK 6, you might get errors like that.