如何在没有日食的情况下启动项目?请为我的项目评分

时间:2016-08-20 14:00:19

标签: java

在过去的几天里,我一直在研究我的一个小项目。一个游戏。它是第一个可玩的,在我看来稳定版已经准备好了。 我想知道你是否可以测试它并给我一些意见。

我也想得到一些反馈。 请告诉我如何在没有日食的情况下开始游戏?

这是一个链接: https://github.com/k0k0gada/some-game-

1 个答案:

答案 0 :(得分:0)

您可以在 Eclipse

中完成以下操作
Right click on your Java Project and select Export.

Select Java -> Runnable JAR file -> Next.

Select the Launch Configuration and choose project file as your Main class

Select the Destination folder where you would like to save it and click Finish

如果您想要像.exe这样的可执行文件,那么您可以使用JWrapper

等工具