為什么80%的碼農都做不了架構師?>>> ??
問題:
The following problem occurred:Could not find class file.Make sure the file is compilable
======================================
解決方案:
1、右鍵項目 -> Java Build Path -> Source 在Sourcd folders on build path中移除missing項。
2、Project -> Build Automatically 打勾。