I am using a class java.util.TreeSetin my project. It compiles fine with JDK7, but when I use JDK8 to compile the program. It shows a compile time error.
The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
Is this some kind of encoding problem or something else? how can i solve this?
source
share