is there some standard way to send "events" from the IDE to a running JVM app? I'd like to bind a hotkey in Intellij that sends, for example, strings to the app...? I'm guessing no, but doesn't hurt to ask 🙂
g
gildor
11/25/2020, 3:16 AM
I don’t think it something Kotlin or even Intellij specific
JVM can open socket for incoming commands, IDE can just run another program to write something to it