简体   繁体   中英

JSF 1.2 - cannot access javax.el.ELContext

I got this error:

cannot access javax.el.ELContext
class file for javax.el.ELContext not found

I'm using Tomcat 6.0.20 and Mojarra JSF 1.2_13-b01-FCS. What class am I missing? Please help.

This class is present in the jsp-api.jar and el-api.jar . But it is included in Tomcat, so if you have added one of the two above jars on your classpath - remove them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM