This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-07
Channels
- # adventofcode (202)
- # aleph (8)
- # announcements (13)
- # architecture (1)
- # aws (2)
- # beginners (201)
- # boot (1)
- # bristol-clojurians (1)
- # calva (2)
- # cider (23)
- # cljs-dev (22)
- # cljsrn (2)
- # clojure (105)
- # clojure-bangladesh (1)
- # clojure-berlin (8)
- # clojure-dev (104)
- # clojure-europe (3)
- # clojure-italy (5)
- # clojure-losangeles (1)
- # clojure-nl (24)
- # clojure-russia (55)
- # clojure-spec (44)
- # clojure-uk (19)
- # clojurescript (58)
- # component (58)
- # cursive (3)
- # data-science (1)
- # datomic (27)
- # duct (6)
- # events (6)
- # figwheel-main (6)
- # fulcro (15)
- # jobs (3)
- # kaocha (5)
- # luminus (1)
- # music (1)
- # nrepl (2)
- # off-topic (24)
- # onyx (1)
- # pedestal (3)
- # protorepl (8)
- # re-frame (18)
- # reagent (39)
- # reitit (1)
- # remote-jobs (1)
- # ring (15)
- # rum (11)
- # shadow-cljs (5)
- # sql (8)
- # tools-deps (12)
- # vim (7)
I’m getting
… cannot be resolved
highlights throughout my project and can’t open a REPL. Also the .jar file doesn’t appear under Leiningen Projects.
I get the following when I try and open a REPL:
Starting nREPL server...
/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/bin/java -Dfile.encoding=UTF-8 -Dclojure.compile.path=null -D.version=null -Dclojure.debug=false "-javaagent:/Applications/IntelliJ " clojure.main -i /private/var/folders/c6/2s6p0fbx3gn038k89brp0kr00000gn/T/form-init5012280428052204459.clj
Error: Could not find or load main class clojure.main
Process finished with exit code 1
Exception starting REPL: java.lang.InterruptedException
However, there is a main function in the project.
I have everything working in a different project, just this one which has issues, and I’m not sure why.
Any help would be much appreciated, thanks!