How to run Java programs by clicking on their icon on Windows?

后端 未结 12 2674
太阳男子
太阳男子 2020-12-01 22:52

I have written a Java program that uses Java swing library. Now I would like to execute this program by double clicking on the executable file on Windows just like any other

12条回答
  •  无人及你
    2020-12-01 23:19

    There are a few projects, like http://jsmooth.sourceforge.net/ and http://launch4j.sourceforge.net/

提交回复
热议问题