tags:

views:

14

answers:

0

I need to be notified when files are created or renamed in a remotely mounted NFS directory recursively. After some google search, I found jnotify and jpathwatch, which work great on local directory but not NFS directory. These two library use the host platform’s native OS functions to avoid polling. On Linux, they use inotify, which doesn't work with NFS. Do you guys know any java library that work with NFS on Linux?

jnotify: jnotify.sourceforge.net

jpathwatch: jpathwatch.wordpress.com