We are trying to migrate our application from Java 1.6 to Java 1.8. I'm able to successfully build and deploy the EAR on WL11, but when I try to access the application, I get this error:
javax.servlet.ServletException: weblogic.servlet.jsp.CompilationException: Failed to compile JSP /jsp/login/SuperAdminProgramView.jsp
SuperAdminProgramView.jsp:24:18: The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
<%@ page import="com.gxs.ncm.mvc.model.valueobject.*" %>
Could anyone kindly let know how to resolve this issue on Web logic 11 with Java 1.8. What is the solution to make it work on Java 1.8. Does the Web logic use Java 1.8 to compile the jsp or does it use the Java version which was selected during installation of Web Logic?