This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-08
Channels
- # announcements (14)
- # babashka (12)
- # beginners (140)
- # calva (2)
- # cider (22)
- # clj-commons (14)
- # clj-kondo (49)
- # cljdoc (34)
- # clojure (92)
- # clojure-europe (41)
- # clojure-france (2)
- # clojure-new-zealand (2)
- # clojure-nl (2)
- # clojure-norway (60)
- # clojure-uk (17)
- # clojured (2)
- # clojurescript (7)
- # community-development (3)
- # conjure (2)
- # cryogen (13)
- # cursive (4)
- # data-oriented-programming (2)
- # datahike (5)
- # datomic (12)
- # defnpodcast (10)
- # events (2)
- # fulcro (20)
- # gratitude (3)
- # honeysql (4)
- # introduce-yourself (3)
- # jobs (10)
- # lsp (58)
- # malli (12)
- # missionary (19)
- # off-topic (8)
- # pathom (18)
- # podcasts-discuss (1)
- # polylith (41)
- # releases (1)
- # remote-jobs (3)
- # shadow-cljs (52)
- # spacemacs (1)
- # sql (37)
- # xtdb (19)
@cfleming hi there, I have been suggested to ping you here about a problem I am having with cursive. Not sure how much detail you need, but I'll try to give you a bit of context: i'm working on a clojure project that also has some java files; when trying to start a local clojure repl it fails because it looks for a .class
file in an absolute path saying it is not a relative path. More details, including the stack trace, should be included in the exception report #20491.
Interestingly, it works if i clone my repo in a tmp directory, but it doesn't work in my working directory within the root directory
potentially related: https://github.com/cursive-ide/cursive/issues/2633 (no solution in there though, sorry)
thanks for sharing it @UC3B7UJF2 I actually found this github issue that is exactly what I am experiencing at the moment (still no answer though): https://github.com/cursive-ide/cursive/issues/2624