Problem with SDK
已回答
So I just downloaded IntelliJ and I also have the latest version of Java downloaded yet IntelliJ is unable to find the SDK. What should I do to fix this problem
请先登录再写评论。
Click the New button and specify the path of the JDK home.
See also https://www.jetbrains.com/help/idea/creating-and-running-your-first-java-application.html.
You are using the wrong directory, you can find your Java installations under "c:\Program Files\Java", specify any JDK subdirectory inside this directory.
That worked thanks a lot