当尝试通过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
--- 内部异常堆栈跟踪结束 ---
(链接:ERROR) FATAL 未处理的异常: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
--- 内部异常堆栈跟踪结束 ---