I am using java.util.TreeSet
Class in my project. It compiles perfectly with JDK7, but when i am using JDK8 to compile the program. It is showing compile time error.
The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
Is it some encoding issue or something else? how can i resolve this?