原来是因为 Windows 记事本在修改 UTF-8 文件时自作聪明地在文件开头添加 BOM 导致的,所以才会导致 IDEA 不能正确读取 .java 文件从而程序出错。
解决:
找到
xxx. java
文件。使用notepad++
打开 ---> 转码 ---> 并保存即可。
启动项目显示:非法字符:'\ufeff' 和需要 class ,interface 或者 enum 错误
原文地址:https://www.cnblogs.com/miantiao312/p/10771806.html
时间: 2024-10-10 04:30:41