Skip to content

luben/process-jni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process-jni

Small library of JNI bindings to libc to work with processes on linux/POSIX systems. Covered calls:

  • fork
  • execv
  • waitpid
  • posix_spawn
  • prctl (linux)
  • setName (linux)
  • getNameLimit (linux)

License

The code for these JNI bindings is licenced under BSD license - see the LICENSE for full copythight and conditions.

About

Small library of JNI bindings to libc to work with processes on Linux/POSIX systems

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors