This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-28
Channels
- # admin-announcements (59)
- # aws (27)
- # beginners (42)
- # boot (22)
- # cider (5)
- # clojure (97)
- # clojure-australia (3)
- # clojure-italy (2)
- # clojure-japan (9)
- # clojure-russia (81)
- # clojure-sg (2)
- # clojurescript (86)
- # clojutre (1)
- # cloxp (2)
- # cursive (60)
- # datomic (24)
- # docs (1)
- # editors (1)
- # emacs (17)
- # hoplon (57)
- # instaparse (1)
- # jobs (11)
- # ldnclj (19)
- # re-frame (1)
- # reagent (3)
- # spacemacs (7)
- # testing (8)
- # yada (127)
When I try 'M-x cider-jump-to-var' on Java classes, I just get: "No source location". In this case I was trying to navigate to clojure.lang.RT. Is there something I'm missing?
Do I have to attach the java source manually? If so, how is that done? I'm coming from intellij which will do it automatically for clj and java sources
yeah, not sure. Maybe it is done by specifying it in the deps. I have never tried to navigate to java source, so I’m speculating.
defproject my-project "0.0.1-SNAPSHOT"
[...]
:java-source-paths ["src/java" "test/java”])