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,我如何“构建”我的项目,使其成为可执行的 jar 文件?
右键单击 Project -> Export -> Jar File / Runnable Jar File。
文件 -> 导出 -> Java -> 可运行 Jar
最简单的方法是制作一个Ant构建脚本。这是一个很好的解决方案,因为您可以从 Eclipse 和命令行构建 jar。