We are facing following issue at runtime (WEBLOGIC 12.xxx) with jdk1.8
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
The above issue is been thrown at runtime in a jsp.
We need to fix this issue in our unix server. I see many posts giving suggestions to fix the issue in eclipse. I couldn't found any solution to fix this in unix machine.