Possible to run JAR file on any OS?

后端 未结 5 1814
再見小時候
再見小時候 2020-12-10 19:20

Is it possible to execute a JAR file on any OS (like Windows, Linux, Mac OS X)? I want to build a simple application that I want to run on Linux, Windows, and Mac OS X. Coul

5条回答
  •  一向
    一向 (楼主)
    2020-12-10 20:09

    Yes, it can as long as it's not ruining from the terminal or command prompt (like java -jar name.jar.) it should work just fine.

提交回复
热议问题