You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: