Error opening project. Loading forever.

已回答

I just started in a Java training session in my workplace and downloaded the IntelliJ Community Edition version. And on clicking the open button, it opens the dialog box but it loads the directory forever and never shows up folders. My peers believe this is related to some issue with my memory getting used up but I feel it has got to do with the app. Also I need a quicker solution as the training is moving ahead.

0

Please try to add the following in Help | Edit Custom Properties and restart the IDE:

ide.ui.new.file.chooser=true

If it still doesn't work, try switching to the Windows native file chooser via the following options:

sun.awt.windows.useCommonItemDialog=true
ide.win.file.chooser.native=true
1

Thanks Serge Baranov . That worked perfectly. I was going to post about another issue - While creating a new project, it was not detecting my jdk 22 for some reason so I used the download 22 option. Although I had it downloaded earlier, why didn't it detect it then? - The issue is solved now. Coding perfectly, just wondering why that jdk issue happened. 

0

Hard to tell why it was not able to detect the already installed JDK instance.

Could be to limited permissions / Antivirus block or something like that.

I checked it on my system, and all the JDKs I have are detected, even those in WSL.

 

1

Gotcha. Thanks for all the help. Information you shared was very educational and has helped me learn. Thank you again. Hope my learning journey goes great and I can become a great coder as well. Thanks again.

0

请先登录再写评论。