Reputation: 431
I downloaded the Eclipse Galileo and Juno Eclipse (Eclipse IDE for Java EE Developers) but I can not run my JSF2 project. I've tried changing the Project Facets/JavaServer Faces for 2.0 but doesn´t allow the change. What Eclipse IDE support JSF 2.0?
Thanks!
Upvotes: 0
Views: 733
Reputation: 9523
For JSF 2.0, upgrade your Eclipse to version Helios (v3.6) onward, it has full support of Java EE 6 support, including JSF 2.0.
See: Does the Eclipse IDE support JSF 2.0?
You can Google this answer relatively quickly.
Upvotes: 0