jProcesses icon indicating copy to clipboard operation
jProcesses copied to clipboard

Get crossplatform processes details with Java

Results 13 jProcesses issues
Sort by recently updated
recently updated
newest added

It would be great to have at least the parent process pid of a child process. Since this project looks abandoned, I created a fork where I'll implement this feature:...

I'm trying to use JProcess.getProcessList() in a Windows 8.1 but the result is empty.

Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

When running this code with Java 13 in Windows: ``` import java.util.List; import org.jutils.jprocesses.JProcesses; import org.jutils.jprocesses.model.ProcessInfo; public class LeakTest { public static void main(String[] args) throws InterruptedException { JProcesses jpro...

Currently there is no way to pass the /T flag (Terminates the specified process and any child processes started by it.) of the kill command on Windows

Hi, JProcesses in the fastmode is not filling the user information which I see from the code is a design decision made. But user is a basic information which is...

Hello, I am using you library at Linux: Linux ip-***-**-*-*** 4.9.77-31.58.amzn1.x86_64 x86_64 x86_64 x86_64 GNU/Linux --------------------------------------------------------------------- From time to time I got exception: java.lang.NullPointerException at org.jutils.jprocesses.info.UnixProcessesService.parseList(UnixProcessesService.java:49) at org.jutils.jprocesses.info.AbstractProcessesService.getList(AbstractProcessesService.java:50) at org.jutils.jprocesses.info.AbstractProcessesService.getList(AbstractProcessesService.java:43)...