I am using JNotify to watch a folder, As soon as a new file comes into the folder, I need to parse that file and move the file in some other folder, When It executes the code of file movement "it is saying that it is used by some other process".
As this file was already watched by JNotify so I can't move it.
Please help me with some idea.