windowsintellij-ideaclojureleiningencursive

What Leiningen path can't Cursive locate? (IntelliJ Clojure IDE)


I'm trying out Cursive, a Clojure IDE on top of IntelliJ. The Leiningen console works, but prints a "path not found" error.

enter image description here

I can't seem to figure out what it can't locate. Leiningen appears to be working, though. Any idea how I can figure out what it can't locate, and fix it?

I'm on Windows 8.1 64-bit, using IntelliJ 14.0.2, and Cursive 0.1.43.


Solution

  • I couldn't reproduce this issue with IntelliJ 14.0.2 (Community Ed.) + Cursive 0.1.43. My IntelliJ's Leiningen output:

    C:\ProgramData\chocolatey\bin\lein.bat version
    Leiningen 2.5.0 on Java 1.8.0_25 Java HotSpot(TM) 64-Bit Server VM
    

    One thing you could try is to use Process Monitor to find out what file it's trying to access.

    Configure it to only "Show File System Activity", exclude any Result=SUCCESS records, and retry your action. You'll still get lots of events but hopefully if you apply more filtering, you'll be able to pinpoint what file it's trying to access.

    Another thing is: are you running any anti virus/malware software? How about if you try disabling it?