You are not logged in.
I installed IDEA via AUR
```
yay -S intellij-idea-community-edition
```
when i change runtime via `Choose Boot JavaRuntime for IDE` and restart
it fail, can't boot application
i already install 3 jdk in my OS, jdk17-termurin, jdk17-openjdk, jdk11-openjdk. default jdk is jdk11-openjdk
whatever change boot runtime, jdk17-termurin or jdk17-openjdk ,it will boot failed.
but the IDEA via toolbox is non-problems
Offline
IntelliJ hard requires a version of 11 for it's own operation afaik. How sure are you the "toolbox version" is actually running with a 17 variant?
Offline