Skip to content

Intellij does not startup #794

Answered by hohwille
KianRolf asked this question in Q&A
Discussion options

You must be logged in to vote

For some reason IntelliJ starts itself as a kind of daemon. That means if you run intellij (e.g. on Windows idea64.exe), it checks if an instance of that process is already running. In such case it only sends a message to that process asking to open the according project with the given parameters.

However, this daemon approach is not implemented bullet-proof but has some bugs.
It may happen that an IntelliJ process is hanging on your computer.
You then have to open your task manager and find the IntelliJ process (on windows search for idea64) and kill it.
After no IntelliJ process is left and you run ide intellij again, it is working again.
Unfortunately there is no way for IDEasy to dete…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hohwille
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
intellij IntelliJ IDE from Jet-Brains
2 participants