Я не могу запустить простой тестовый проект, используя курсив плагинов 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 run конфигурация здесь . Изменение How to run it
и What to run
ничего не дает.
Запуск проекта через вкладку Leiningen приводит к тому же сообщению об ошибке.