Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 IntelliJ/Cursive 运行 Clojure 项目?尽管该任务列为可用任务,但该run任务并未显示在下方。似乎也没有办法将任务添加到窗口。TasksLeiningen tool windowhelprun
run
Tasks
Leiningen tool window
help
附加信息:
lein new
如果要运行lein run,可以创建一个新的运行配置:菜单Run->并在参数字段中Edit Configurations添加新的 Leiningen 配置。run
lein run
Run
Edit Configurations
当您只想运行命名空间时,您可以在项目浏览器窗口中右键单击它并选择Run <your selected namespace name>菜单项。
Run <your selected namespace name>