简体   繁体   中英

How to debug on intellij idea for leiningen

I installed leiningen in IntelliJ IDEA, then I click View >> Tool Windows >> Leiningen ,

In the Leiningen menu, I click add leiningen file , choose /home/l/test/project.clj and Run Leiningen build , but get the error

"Error running Leiningen: Cannot run program "/please/set/me/up/in/settings/leiningen" (in directory "/home/l/test"): java.io.IOException: error=2"

How do I debug the error?

转到Settings (ctrl+alt+s) > Leiningen ,并将Leiningen executable设置为lein可执行文件在计算机上的位置。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM