Why do I see multiple java processes even though I...
# gradle
u
Why do I see multiple java processes even though I have the AS jdk and CLI point to same thing?
v
If you look at process details (no idea how to do that in macOS GUI), especially their command line, you will see what those processe are. It is probably the Gradle daemon and maybe some worker processes or the Kotlin compile daemon process.
Also the IDE could have some daemon processes running too, like a special maven server or something like that iirc.