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.
我在 Java 程序的另一个 jar 文件中运行 jar 文件时遇到问题。比如我有一个A.jar,它在包a/b/c中的B.jar中,我如何从Java程序中运行A.jar。
如何从存在 B.jar 的任何地方获取 A.jar?
一个简单的例子将不胜感激,谢谢。
要运行需要另一个 jar 的 jar,您需要将另一个 jar 添加到类路径中。看看这个。