Deb
Deb

Reputation: 431

What Eclipse IDE support JSF 2.0?

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

Answers (2)

Ramaraj Karuppusamy
Ramaraj Karuppusamy

Reputation: 2360

I am using Eclipse indigo. Its working fine for me.

Upvotes: 1

Justin Skiles
Justin Skiles

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

Related Questions