2

I have a problem with Intellij Cursive plugin: when I'm trying to run New REPL, I receive Error: No JDK for module 'hello' enter image description here But when I start REPL from Terminal: everting works fine. What should I do? Thanks a lot.

enter image description here

3
  • 3
    The Module SDK is set in File > Project Structure dialog, under Project Settings > Modules. Select the 'hello' module and look in the Dependencies tab, Module SDK selector. If you see <None>, then set it to a valid SDK. What setting do you see there currently? Commented Oct 22, 2021 at 19:34
  • yes, It was set to <None>, fixed it, now it works, thank you very much! Commented Oct 23, 2021 at 6:14
  • 1
    I'm glad you've fixed it! I've added the resolution as an answer to this question. Commented Oct 23, 2021 at 10:42

1 Answer 1

2

The Module SDK setting can seen in the Project Structure dialog. If the highlighted setting is <None>, set it to a valid SDK:

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.