UTF Byte Order Mark remover
With this little windows command line tool you can remove the Byte Order Mark (BOM) from any files within a given directory recursively (ie. all .java files in the directory src/).
Download: bomremover.zip (sourcecode inside)
Usage:
- Unzip the file to arbitrary location
- Open a cmd-window at this location
- call bomremover.exe pathWhereToRemoveBom fileMatchingPattern
i.e.: bomremover.exe C:\work\java\myprogram\src *.java - follow the on-screen instructions (press return twice)
- success