简体   繁体   English

Glassfish JSF Jars

[英]Glassfish JSF Jars

I downloaded the zip version of Glassfish 3.1.2.2 and unzip it in my local directory. 我下载了Glassfish 3.1.2.2的zip版本并将其解压缩到我的本地目录中。

When I try to add the following glassfish directory as a runtime library, it says there is no glassfish runtime. 当我尝试将以下glassfish目录添加为运行时库时,它表示没有glassfish运行时。

I checked out the folder and I think it is missing some jsf jar such as jsf-impl.. 我检查了文件夹,我认为它缺少一些jsf jar,如jsf-impl ..

How do I set this up? 我该如何设置? DO I really need to download some 3rd party jsf implmentation jars? 我真的需要下载一些第三方jsf implmentation罐子吗?

Thanks 谢谢

I checked out the folder and I think it is missing some jsf jar such as jsf-impl. 我检查了文件夹,我认为它缺少一些jsf jar,如jsf-impl。

The two JARs jsf-api.jar and jsf-impl.jar have since Mojarra 2.1.6 been merged into a single JAR javax.faces.jar . 自从Mojarra 2.1.6合并到一个JAR javax.faces.jar ,两个JARs jsf-api.jarjsf-impl.jar This was done so to be in line with general Java EE Maven rules. 这样做是为了符合一般的Java EE Maven规则。 See also issue 2028 . 另见问题2028

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM