You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem in mapping the correct Java Version from the autoconfig to an existing project.
Given those JDK version in IntelliJ:
For example configuring the maven runner like this:
runner:
jre: 22vmOptions: -Xmx4096m
Than IntelliJ will try to find a JDK mapping for 22 which does not exist. As I named it openjdk-22. That means I must rename it to 22, that the project is able to run and build.
The text was updated successfully, but these errors were encountered:
There is a problem in mapping the correct Java Version from the autoconfig to an existing project.
Given those JDK version in IntelliJ:
For example configuring the maven runner like this:
Than IntelliJ will try to find a JDK mapping for
22
which does not exist. As I named itopenjdk-22
. That means I must rename it to 22, that the project is able to run and build.The text was updated successfully, but these errors were encountered: