我在尝试通过Mono启动ClojureCLR时遇到了以下错误。
发布4.0 general$ mono Clojure.Main.exe
未处理异常
System.TypeInitializationException: Clojure.CljMain类型的初始化器抛出异常 ---> System.TypeInitializationException: clojure.lang.RT类型的初始化器抛出异常 ---> System.IO.FileNotFoundException: 在加载路径中找不到clojure.core.clj.dll或clojure/core.clj。
at clojure.lang.RT.load (System.String relativePath, Boolean failIfNotFound) (链接:0x00000) 在 :0
at clojure.lang.RT.load (System.String relativePath) (链接:0x00000) 在 :0
at clojure.lang.RT.DoInit () (链接:0x00000) 在 :0
at clojure.lang.RT..cctor () (链接:0x00000) 在 :0
--- 内部异常堆栈跟踪结束 ---
at Clojure.CljMain..cctor () (链接:0x00000) 在 :0
--- 内部异常堆栈跟踪结束 ---
(链接:错误) FATAL UNHASHED EXCEPTION: System.TypeInitializationException: Clojure.CljMain类型的初始化器抛出异常 ---> System.TypeInitializationException: clojure.lang.RT类型的初始化器抛出异常 ---> System.IO.FileNotFoundException: 在加载路径中找不到clojure.core.clj.dll或clojure/core.clj。
at clojure.lang.RT.load (System.String relativePath, Boolean failIfNotFound) (链接:0x00000) 在 :0
at clojure.lang.RT.load (System.String relativePath) (链接:0x00000) 在 :0
at clojure.lang.RT.DoInit () (链接:0x00000) 在 :0
at clojure.lang.RT..cctor () (链接:0x00000) 在 :0
--- 内部异常堆栈跟踪结束 ---
at Clojure.CljMain..cctor () (链接:0x00000) 在 :0
--- 内部异常堆栈跟踪结束 ---