So as far as I'm aware, JetBrains mostly uses Java (swing) for their IDE's.
But I noticed all their IDE's have a .exe, so I was wondering, where/how does their JDK gets executed. Especially since the JDK is not even showing up in the task manager.
I tried myself to create a exe and start the JDK as subprocess but even then the task manger does show the JDK running as separate app.
How are they doing it did they modify the JDK to achieve this?