I am getting "java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files" error, after updating the JDK version from 1.6 to jdk 1.8 and when i press ctrl+space in IDE it is not showing any proposed templates(not auto-populating any methods). I have changed the Installed JREs to point to 1.8 (windows->prefrences->java->Installed JREs),included JDK 1.8 in the buildpath, Java Compiler or Compliance level is still 1.6(windows->prefrences->java->Compiler), which is the max compilance level shows in my IDE.
What is causing the issue? Can anyone help me how to resolve this problem?
IDE - Eclipse Galileo
DB - Oracle 11.2
JDK - 1.8
Compiler - 1.6
Thanks in advance !