“允许宽松的类路径” RAD 中的复选框

发布于 2024-09-24 04:57:41 字数 119 浏览 4 评论 0原文

在 Rational Application Developer 7.5 中,首选项 -> Java EE 有一个带有标签的复选框,“允许松散的类路径模块依赖项(不推荐)”。该复选框有什么作用,在什么情况下我想检查它?

In Rational Application Developer 7.5 under Preferences -> Java EE there's a checkbox with the label, "Allow loose classpath module dependencies (not recommended)". What does that checkbox do, and under what sort of circumstances would I want to check it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事与诗 2024-10-01 04:57:41

RAD7.5 最初错过了有关该特定选项的文档

Rational Application Developer v7.5 帮助 - 首选项 - Java EE 所需的文档:松散的类路径模块依赖关系 [] 允许松散的类路径模块依赖关系(不推荐)

RAD 帮助中心 现在包含 “松散类路径”页面

松散类路径支持是一种可选机制,允许将 Eclipse Java 开发工具类路径工件包含在动态 Web 项目的 WEB-INF/lib 文件夹中。
您可以使用 Java EE 模块依赖项页面添加依赖项,但也可以从 Java 构建页面下的库页面添加 Web 库。
您可以包含 Jars、外部 Jars、库和变量。
项目验证器现在可以检测松散的类路径问题并在问题视图中报告它们。

替代文本

The RAD7.5 initially missed the documentation on that particular option.

Rational Application Developer v7.5 Help - Documentation needed for Preferences - Java EE : Loose classpath module dependencies [ ] Allow loose classpath module dependencies (not recommended)

The RAD Help Center now includes a "loose classpath" page

Loose classpath support is an optional mechanism that allows for the inclusion of Eclipse Java development Tools classpath artifacts in a dynamic Web project's WEB-INF/lib folder.
You can add dependencies using the Java EE Module Dependencies page, but you can also add the Web libraries from the Libraries page under the Java Build Page.
You can include Jars, external Jars, libraries, and variables.
The project validator now detects loose classpath issues and reports them in the problems view.

alt text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文