Problem
As I try to compile classes in my workspace, it show this error message "illegal character: \65279 when using file encoding UTF8".
Root Cause
Some Java class has BOM(Byte-Order Mark) character, so you need to remove it.
Solution
Use notepad++ to remove it.
No comments:
Post a Comment