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 中运行的 java 项目,它运行良好。现在,我想将它部署到一个可执行的 jar 中,我该怎么做?此外,我在运行配置窗口中有几个参数设置。例如,运行配置窗口中的程序参数是-t test –u up;VM 参数是–d64. 主要课程是com.myproject.model。
-t test –u up
–d64
com.myproject.model
您应该能够在 Eclipse 中转到 Export->Java->Jar 文件。
只需右键单击项目;去导出 - 选择位置,然后导出应该完成。
之后,如果您是 Windows 用户,您可以将其创建为只能在 Windows 上运行的应用程序或称为 .exe