0

我无法使用 intellij 插件草书运行简单的测试项目。我可以毫无问题地打开 REPL,甚至可以调用core.clj文件中定义的函数。
但是直接运行项目会产生以下错误消息:

Error running 'new-project.core': failed to access class com.intellij.execution.impl.ProcessStreamsSynchronizer from class com.intellij.execution.impl.ConsoleViewRunningState (com.intellij.execution.impl.ProcessStreamsSynchronizer is in unnamed module of loader com.intellij.util.lang.UrlClassLoader @402f32ff; com.intellij.execution.impl.ConsoleViewRunningState is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @c9a79eb)


Intellij 在此处运行配置。改变How to run it并且What to run什么都不做。

通过 Leiningen 选项卡启动项目会产生相同的错误消息。

4

2 回答 2

0

有一个关于它的问题。 https://github.com/cursive-ide/cursive/issues/2350

于 2020-04-15T15:45:26.803 回答
0

在 project.clj 中添加项目名称依赖项为我工作 我也试着做lein run让我知道这是否适合你。

于 2020-06-07T13:15:42.353 回答