Skip to content

kekolab/jnotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JNotify

fork from http://jnotify.sourceforge.net/

JNotify is a java library to listen filesystem events, such as created, deleted, modified and renamed.

Mechanism

JNotify is a jni library, with the underline native implementations

  • Linux: inotify
  • Max OS X: fsevent
  • Win32: api ReadDirectoryChangesW

Enhancements

  • maven friendly.
  • recompile linux native library with lower version GLIBC_2.2.5.
  • package native library to jar.

Tested in platforms

  • Mac OS X 10.11
  • CentOS release 5.7 x86_64

About

fork from forecasted's fork from http://jnotify.sourceforge.net/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.6%
  • HTML 15.4%