SeeYouSpaceCowboy
SeeYouSpaceCowboy

Reputation: 323

IntelliJ shows splash screen and then quits

IntelliJ shortly shows a splash screen and then disappears. I also had downloaded Android Studio after which also does the same. I'm not sure how to run IntelliJ from command, since I didn't find idea.exe in my bin folder, not sure where else it could be located. I'm running a Windows 7 OS. Help is greatly Appreciated.

Upvotes: 1

Views: 1169

Answers (3)

Harish
Harish

Reputation: 726

Deleting ~/Library/Caches/JetBrains/IntelliJIdea2022.3 directory and starting IDEA again helped me.

Upvotes: 0

Gapmeister66
Gapmeister66

Reputation: 894

I managed to resolve the issue by:

  1. Running Task Manager.
  2. Find Idea process.
  3. Right click
  4. Click on Analyse Wait Chain
  5. Select the service that is waiting
  6. End the service
  7. Restart Idea

Upvotes: 0

SeeYouSpaceCowboy
SeeYouSpaceCowboy

Reputation: 323

Uninstalling the program, deleting the IntelliJ settings folder in "MyDocuments", deleting the IntelliJ folder in "Program Files" and Reinstalling a fresh new IntelliJ from the site resolved the issue.

Upvotes: 2

Related Questions