If we open a file with my java application and open the same file with another application
and made some changes. The java application I made, should know it immedeately that this file
is changed by some external application, and prompt the user to load the fresh content.
How to do it using java?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
closed as not a real question by Zenith, DarkCthulhu, Paulius Matulionis, Donal Fellows, Hardik Mishra Nov 15 '12 at 12:37
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
This question is asked before here read this http://docs.oracle.com/javase/tutorial/essential/io/notification.html |
|||
|
|
|
You can make check in this handler:
|
|||
|
|
|
I think you have to have thread that polls for file information. See this question File changed listener in Java. |
|||
|
|