我无法使用 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 选项卡启动项目会产生相同的错误消息。