Fork me on GitHub
#cursive
<
2016-03-29
>
bmaddy02:03:26

Has anyone else seen this when trying to start the repl as described here: https://github.com/bhauman/lein-figwheel/wiki/Running-figwheel-in-a-Cursive-Clojure-REPL

"/Applications/IntelliJ IDEA CE.app/Contents/jre/jdk/Contents/Home/jre/bin/java" script/figwheel.clj -Didea.launcher.port=7532 ...lots of other stuff...  com.intellij.rt.execution.application.AppMain clojure.main -r
Error: Could not find or load main class script.figwheel.clj
The strange thing is, I think I have the same setup on my personal computer and everything seems to work fine there. On the working computer script/figwheel.clj appears at the end, after clojure.main.

bmaddy02:03:22

Oh geez. As soon as I post here I realize that I put script/figwheel.clj in the JVM Args field instead of the Parameters field. Never mind, nothing to see here...

manutter5112:03:23

Line 14 is the elixir reference. It’s not a huge deal, I don’t really use Elixir at work so it’s no problem just to disable it. Purely idle curiosity at this point.

rauh13:03:09

Minor annoyance when working with a documentation window in "floating" mode: 1. The editor loses focus when moving around and the documentation window updates.

cfleming21:03:26

@manutter51: So the problem isn’t Elixir, it’s actually an IntelliJ core class. Which JVM are you using to run IntelliJ? Which OS are you on?