运行时的 Java 类路径

发布于 2024-09-25 19:23:05 字数 122 浏览 3 评论 0原文

我正在程序中导入 import org.apache.commons.httpclient.*; ,但每当我要运行它时,我都必须将 JAR 包含在类路径中。为什么这是必要的?有什么办法可以解决这个问题吗?

I am importing import org.apache.commons.httpclient.*; in a program, but whenever I go to run it, I have to include the JAR in the classpath. Why is this necessary? Are there any ways around this?

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

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

发布评论

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

评论(1

写下不归期 2024-10-02 19:23:05

我怀疑它就像 Tomcat 一样简单,因为它是一个 Web 服务器,它(它 == java 人)认为制作 servlet 的人需要并想要链接库,但这对于普通的独立 java 应用程序来说是多余的。也许有一天它会成为 JRE 本身的一部分?

默认情况下它也可能包含在 Tomcat 的 lib/ 文件夹中 - 我不确定。

I suspect that it's as simple as Tomcat, by virtue of being a web server, links libraries that it (it == the java people) think that people making servlets will need and want but that would be superfluous for normal standalone java apps. Maybe one day it'll become a part of the JRE itself?

It might also be included in Tomcat's lib/ folder by default - I'm not sure.

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