I currently use emacs to edit .java files and run eclipse.
Eclipse doesn\'t automatically recognize modified files, so I often end up running unmodified applicatio
Perhaps you want to check Preferences > General > Workspaces > Refresh using native hooks or polling. You can see that the eclipse refreshes the file you edit with external editor (like vi, emacs, etc) when you check the option.
Preferences > General > Workspaces > Refresh using native hooks or polling