3

Would like to use the La Clojure Repl with jacob. So I need to set

-Djava.library.path=D:/opensource/jacob-1.17-M2

Cannot find this for the REPL

Ralf Sigmund
  • 517
  • 1
  • 4
  • 13

1 Answers1

3

Go to File -> Project Structure -> Modules -> Add Facet "Clojure". You should now be able to edit the "JVM Arguments" for the REPL

DanLebrero
  • 8,545
  • 1
  • 29
  • 30
  • This gave me the info to solve my similar issue. I went to "Edit Configurations" -> "VM Options" and pasted the parameter declaration there. (http://www.jetbrains.com/idea/webhelp/run-debug-configuration-application.html) – drapkin11 Feb 12 '13 at 21:20