unimined / JvmDowngrader

Downgrades modern java bytecode to older versions. at either compile or runtime.
https://jvmdowngrader.wagyourtail.xyz
Other
60 stars 6 forks source link

A stub for `ProcessHandle`? #17

Open Ran-Mewo opened 3 months ago

Ran-Mewo commented 3 months ago

Is it possible to add a stub for ProcessHandle? I'd like to use ProcessHandle.current().info().command() in Java 8 but at the moment, ProcessHandle isn't covered by the api stubs.

wagyourtail commented 3 months ago

I can probably implement it on linux. but I'm not sure about windows. it seems it would require natives, or like calling out to tasklist/ps for everything.