close
[狀況]
宣告 Enumeration enum = null;
[錯誤訊息]
Enumeration cannot be resolved
[解決方法]
在 java 1.5 中,enu 或 enum 為關鍵字,所以不能拿來宣告變數。用 Eclipse 請注意你的 Java Compiler 版本。
全站熱搜
[狀況]
宣告 Enumeration enum = null;
[錯誤訊息]
Enumeration cannot be resolved
[解決方法]
在 java 1.5 中,enu 或 enum 為關鍵字,所以不能拿來宣告變數。用 Eclipse 請注意你的 Java Compiler 版本。