This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-08
Channels
- # aleph (4)
- # beginners (34)
- # boot (37)
- # cljs-dev (5)
- # cljsrn (8)
- # clojure (31)
- # clojure-austin (3)
- # clojure-greece (4)
- # clojure-spec (11)
- # clojure-uk (1)
- # clojurebridge (2)
- # clojurescript (13)
- # cloverage (22)
- # cursive (9)
- # datascript (2)
- # defnpodcast (2)
- # devcards (12)
- # emacs (1)
- # hoplon (67)
- # off-topic (5)
- # om (3)
- # onyx (36)
- # planck (3)
- # quil (2)
- # testing (1)
- # untangled (4)
- # yada (168)
@devn Sorry about the problems, prior to IntelliJ 2016.1, JDK6 was the recommended JDK to run IntelliJ itself due to bad Swing bugs (Oracle’s fault, not JetBrains’).
If you’re using the community edition, you probably want the most recent version - there’s generally no reason to use an older version.
So reading through all that, it sounds like there’s some confusion based on an old IntelliJ version, and it seems like your project didn’t import properly for some reason.
I think most of the issues would be resolved using the latest IntelliJ, which uses JDK8 out of the box.
To fix the project import problem, it looks like you just need to right click on your project.clj, and click Add as Leiningen project (IIRC, I don’t have the code open here).