This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-30
Channels
- # beginners (32)
- # boot (15)
- # cljs-dev (200)
- # cljsjs (1)
- # cljsrn (18)
- # clojure (4)
- # clojure-austin (2)
- # clojure-spec (6)
- # clojure-uk (8)
- # clojurescript (69)
- # cloverage (1)
- # cursive (12)
- # datomic (1)
- # dirac (37)
- # emacs (1)
- # hoplon (38)
- # off-topic (3)
- # om (19)
- # om-next (1)
- # onyx (4)
- # parinfer (2)
- # perun (27)
- # protorepl (4)
- # re-frame (5)
- # rum (9)
- # spacemacs (8)
- # untangled (2)
@simax99: this is fixed for the next build, and you can try a few workarounds in the meantime. The simplest is to use java 8 for your project if possible. Failing that, if you're not using AOT, try disabling make project in your before run options in your run config, chances are you don't need it.
@cfleming Thanks, I disabled the “make project” from the run config. It all works again now, thanks for the suggestion Out of interest, how would I have told it to use Java 8? I have Java 8 installed on my mac, when I look in system preferences it says I’m using Java 8. How would I have told my project to use that version? (I’m from a Windows background, so a lot of the Java/JVM stuff is unfamiliar)