在不禁用库配置的情况下无法在 Eclipse/RAD 9.5 中创建 JSF 2.2 项目
Not able to create JSF 2.2 project in Eclipse/RAD 9.5 without disabling library configuration
我正在使用 IBM RAD 9.5。我不确定对应于哪个版本的 Eclipse。此版本的 RAD 随 WebSphere 8.5 版一起提供。
当我尝试创建项目时:
New > Web Project > Java Server Faces
在 'JSF Settings' 下,如果我选择版本 2.2,它将不允许我创建项目,除非我在 'JSF Library' 和 select 'Disable Library Configuration' 下(版本2.0 selects 'Default JSF Implementation',选择 2.2 时此选项不可用。)
当我执行 select 'Disable Library Configuration' 时,我收到消息
This facet requires JSF implementation library to be present on the project
classpath. By disabling library configuration, user takes on responsibility
of configuring classpath appropriately via alternate means
这是什么意思?我还需要做什么来确保我的配置没问题。
注意:我的环境不允许我 post 截图。所以我已经描述了这个问题。
WebSphere 8.5 似乎只包含 JSF 2.0 实现。为了使应用程序与 JSF 2.2 一起工作,需要将 JSF 2.2 JAR 包含在应用程序类路径中。
我正在使用 IBM RAD 9.5。我不确定对应于哪个版本的 Eclipse。此版本的 RAD 随 WebSphere 8.5 版一起提供。
当我尝试创建项目时:
New > Web Project > Java Server Faces
在 'JSF Settings' 下,如果我选择版本 2.2,它将不允许我创建项目,除非我在 'JSF Library' 和 select 'Disable Library Configuration' 下(版本2.0 selects 'Default JSF Implementation',选择 2.2 时此选项不可用。)
当我执行 select 'Disable Library Configuration' 时,我收到消息
This facet requires JSF implementation library to be present on the project
classpath. By disabling library configuration, user takes on responsibility
of configuring classpath appropriately via alternate means
这是什么意思?我还需要做什么来确保我的配置没问题。
注意:我的环境不允许我 post 截图。所以我已经描述了这个问题。
WebSphere 8.5 似乎只包含 JSF 2.0 实现。为了使应用程序与 JSF 2.2 一起工作,需要将 JSF 2.2 JAR 包含在应用程序类路径中。