c.adam
(Christian Adam)
1
I have reinstalled my PC with Windows 11, IntelliJ and the JDK Liberica 17.0.8.1 LTS recommended by jmix.
JAVA_HOME was set correctly in the environment variables during the JDK setup and java -version shows the newly installed JDK in the console.
However, when starting an existing jmix project, the following message appears:

What is going wrong here?
taimanov
(Dmitry Taimanov)
2
Hello Christian,
It makes sense to check Project Structure settings to make sure that this JDK actually used for project in IDEA.
E.g.
Regards,
Dmitry
c.adam
(Christian Adam)
3
Hi,
thank you, this was the solution.
And how is it possible to run the application again?

Run option is greyed out