Java – Run error ‘Clojure REPL’ : Error creating RunProfileState

Run error ‘Clojure REPL’ : Error creating RunProfileState… here is a solution to the problem.

Run error ‘Clojure REPL’ : Error creating RunProfileState

I’m getting the following error while doing some clojure experiments. I’m new to clojure: When starting REPL

Error running 'Clojure REPL': Error creating RunProfileState:61605

Solution

Are you using IntelliJ? Where is its output?
This can be a lot of issues, such as a bug in your profiles.clj or a poor installation.

My situation is similar to yours, but the error is Error running 'nREPL': '12' is badly configured A few weeks ago I found out that I needed to change my java version, so I removed oracle java into the open jdk, I did nothing in my IDE, the fix I did was

In the IntelliJ IDE, I went to the project structure (command + 😉 and changed the Project SDK to a new one

I’m not saying it’s going to solve your problem, but I think it’s good to at least put it here to help others

Related Problems and Solutions