seclerp / rider-monogame

MonoGame plugin for JetBrains Rider
https://plugins.jetbrains.com/plugin/18415-monogame
MIT License
30 stars 0 forks source link

MGCB: Use another method of executing `mgcb-editor` #9

Closed seclerp closed 2 years ago

seclerp commented 2 years ago

Runtime.exec() doesn't work properly with JDK 11 on Mac OS X (bug)

Need to use another method, for example, OSProcessHandler.startNotify() + listener.