Java開發(fā)問題集
2/27/2017 11:05:10 AM
本帖主要記錄Java開發(fā)過程中遇到的Error和解決方法,流水賬形式。記錄格式為問題編號,環(huán)境描述,問題描述,解決方案。
- #1
環(huán)境描述:
Ubuntu 14.04 64bit
Eclipse Version: 3.8.1 Build id: debbuild
Jdk:Oracle java 8
Project:Floodlight v1.2
問題描述:
編譯時出現(xiàn)錯誤 Duplicate methods named spliterator with the parameters () and () are inherited from the types Colle...
解決方案:
java8不支持該版本的Eclipse導(dǎo)致,可以將jdk版本切換到1.7版本,也可以將Eclipse升級到4.4版本。