jproc icon indicating copy to clipboard operation
jproc copied to clipboard

Java library that helps with running external processes.

Results 6 jproc issues
Sort by recently updated
recently updated
newest added

This pull request adresses to issues: Killing subprocesses and interrupting of a running process. **Subprocesses** If a process spawns subprocesses, these processes are not destroyed in killProcessCleanup. Therefor are ProcessHandle...

Hi, I would like to execute some commands with `JProc` library and meet some problem, after studied the tutorial still can't get the solution, so ask some help here. My...

enhancement

Currently all the convenience methods returning or taking strings as input and output use the JVMs default encoding. It would be nice to have alternative methods that take an encoding....

enhancement

**Describe the bug** Maven repo contains sources en javadoc, but doesn't contain the jar file or the pom file. **To Reproduce** You can see the files in https://repo1.maven.org/maven2/org/buildobjects/jproc/2.8.1/ **Expected behavior**...

Just an FYI, I made this library into a [modular library](https://github.com/EasyG0ing1/JavaProc), compiled with Java 11. I figured since you have it set for Java 1.7, you clearly have backwards compatibility...