我正在开发一个已经高级的项目,我有源代码,并尝试使用JSF和primefaces进行调整。 由于某种原因,我无法加载primefaces html,我按照链接: enter link description here 我认为我在第3点遇到问题,加载多个JSF,我禁用了库jsf-api-2.2.9.jar,jsf.impl-2-2-9.jar,primefaces-5.0.jar。我添加了以下代码:
System.out.println("JSF API Location: " + FacesContext.class.getProtectionDomain().getCodeSource());
// System.out.println("JSF Impl Location: " + Facelet.class.getProtectionDomain().getCodeSource());
(第二行代码不起作用)作为答案我得到了:
JSF API位置: (文件:/home/wilmer/workspace-neon/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/xxxx/WEB-INF/lib/Deployment.jar )
该项目是在我不知道的框架中开发的,我尝试使用JSF调整某些模块。 如何导入我缺少的库以使用JSF和Primefaces?