Problem with SDK
Answered
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
Please sign in to leave a comment.
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