Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A stub for ProcessHandle? #17

Open
Ran-Mewo opened this issue Aug 19, 2024 · 1 comment
Open

A stub for ProcessHandle? #17

Ran-Mewo opened this issue Aug 19, 2024 · 1 comment

Comments

@Ran-Mewo
Copy link

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants