On Mon, Dec 22, 2008 at 10:30 AM, Amit k. Saha <
amits...@gmail.com> wrote:
> On Mon, Dec 22, 2008 at 10:19 AM, ragha <
ragha_un...@yahoo.com> wrote:
>>
>> Im in a bit of a situation...
>> I want to monitor file system for changes (ie, event notification)
>>
>> My options are to use Jnotify or the new FileSystems class in java7
>> nio
>> new jdk seems to be a better choice, but i need help regarding the
>> filesystem class usage...
>>
>> can some one post sample code or ref links on how to monitor for
>> changes??
> Check this:
http://openjdk.java.net/projects/nio/presentations/TS-5686.pdf
Basically, you will have to use OpenJDK 7. More information here at