I have a problem with Intellij Cursive plugin: when I'm trying to run New REPL, I receive Error: No JDK for module 'hello'
But when I start REPL from Terminal: everting works fine. What should I do? Thanks a lot.
-
3The 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?Steffan Westcott– Steffan Westcott2021-10-22 19:34:50 +00:00Commented Oct 22, 2021 at 19:34
-
yes, It was set to <None>, fixed it, now it works, thank you very much!FullyFunctional– FullyFunctional2021-10-23 06:14:17 +00:00Commented Oct 23, 2021 at 6:14
-
1I'm glad you've fixed it! I've added the resolution as an answer to this question.Steffan Westcott– Steffan Westcott2021-10-23 10:42:41 +00:00Commented Oct 23, 2021 at 10:42
Add a comment
|
