Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
1  
Why don't you stick to one account? google.com/search?q=icepax+site%3Astackoverflow.com%2Fusers – BalusC Jan 14 '10 at 13:17
and also learn how to accept answers.. – Bozho Jan 15 '10 at 12:55

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.