天天看点

编译错误:A class file was not written. The project may be inconsistent, if so try refreshing this projec

eclipse编辑器

出现此问题是因为我使用了类名:Com1

这是操作系统保留的一个设备名字,不可以使用该类名,

其他的比如 

CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8,LPT9

都不可以.并且不区分大小写。

还有可能是磁盘已满