is there something like API built atop the standard ProcessBuilder for calling system programs? I won’t argue that scripts can be ported to Java but utilities like arping and netstat are good-to-go in Linux.
is there something like API built atop the standard ProcessBuilder for calling system programs?
Share
Have a look at Apache Commons Exec.