learner
learner

Reputation: 757

Generalized Steps for configuring imported jsf project's libraries in eclipse

i have checked similar posts and have googled but could not find an eligible answer to this. When ever i import a jsf project from some other system (where its working fine) OR delete the tomcat server in eclipse and add new server back again...there are lots of tag libs and imports that go "unresolved". Such applications are often not created by me and i dont exactly know which libraries are to be added to configure and fix project in eclipse. I want to ask, is there any general way to find out all the required libraries for any imported jsf project and then add them.

Thanks in advance.

Upvotes: 0

Views: 826

Answers (1)

BalusC
BalusC

Reputation: 1108537

Download the javax.faces.jar file and drop it in project's /WEB-INF/lib folder.

That's all.

Upvotes: 1

Related Questions