如何编译具有 jar 依赖项的 java 文件?
我有一个我写的位于 Apache Commons 之上的帮助程序库,当我尝试 javac 它(以便我可以将其放入 jar 中)时,它相当合理地抱怨它不知道我在说什么关于我何时引用 commons.jar 中的内容。
如何包含一个 jar 以便 javac 可以编译?
I have a helper lib that I wrote to sit on top of Apache Commons, and when I try to javac it (so that I can make it into a jar) it complains, quite reasonably, that it has no idea what I'm talking about when I make reference to the stuff that's in the commons.jar.
How does one include a jar so as that javac can compile?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Windows:
对于 unix 或 mac(感谢 Dawood 的提示):
这意味着:
For windows:
For unix or mac (thanks for the tip Dawood):
Which means: