IntelliJ EDU crashes when loading project
Answered
IntelliJ EDU version crashes when loading Amazing Number project - step 7/8 on Windows 10, 64bit OS.
I've tried un-installing and re-installing IntelliJ. I've updated all Windows drivers. Will attach "java_error_in_idea21508.log".
Please sign in to leave a comment.
Please share the log via https://uploads.jetbrains.com
Thank you. I've uploaded the most recent file dated 7-4-21:15:30:00.
As a side note, I found a thread that spoke of closing the project, moving the "idea" folder, and then re-opening the project. I followed the steps to close the project and move the "idea" folder to a new location, then reopened the lesson Jumping Numbers and selected solve in IDE. It opened at step 1/7 and I clicked the "Next" button repeatedly until I was at step 7/8. My code looked correct. I checked the Project SDK in Project Structure and ensured it was set to JetBrains Runtime version 11.0.11. Also the Project language level is set to SDK default (11 - Local variable syntax for lamda parameters). Platform SDK is set to 11.
I'm not sure if these setting are correct/optimal, so please let me know if any of them should be changed. Thank you.
> I checked the Project SDK in Project Structure and ensured it was set to JetBrains Runtime version 11.0.11.
Please use OpenJDK to run your project. JetBrains Runtime should be used to run the IDE, but not to run users' projects.
As for the crash, I do not see anything IDE-specific inside. May you say, is it IDE that crashes, or your program?