Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse 中,我可以告诉我的外部 ant 工具与类路径中的内容一起运行。
如果我想从命令行运行 ant,我会怎么做?
为了论证,我要添加的类路径是c:\some\folder\here\hooray.jar
c:\some\folder\here\hooray.jar
使用-lib论据。来自此页面上的 Ant 文档:
-lib
可以使用 -lib 选项添加要搜索的其他目录。-lib 选项指定搜索路径。路径目录中的任何 jar 或类都将添加到 Ant 的类加载器中。