I am looking for a Java library to interface with standard Unix functions, i.e. stat(), getpwuid(), readlink().
stat()
getpwuid()
readlink()
This used to e
JNA-POSIX is stagnant currently, as far as I know.
The developers went on to create JNR-POSIX