I have this error on my app:
***************************
APPLICATION FAILED TO START
***************************
Description:
An attempt was made to call the method javax.el.ELUtil.getExpressionFactory()Ljavax/el/ExpressionFactory; but it does not exist. Its class, javax.el.ELUtil, is available from the following locations:
jar:file:/C:/Users/MyUser/.m2/repository/javax/el/el-api/2.2/el-api-2.2.jar!/javax/el/ELUtil.class
jar:file:/C:/Users/MyUser/.m2/repository/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.jar!/javax/el/ELUtil.class
It was loaded from the following location:
file:/C:/Users/MyUser/.m2/repository/javax/el/el-api/2.2/el-api-2.2.jar
How can fix it ?
Comments
Post a Comment