How to make a executable file of java fx 2.0 project

前端 未结 3 819
臣服心动
臣服心动 2020-12-24 14:51

I want to make a executable file of my project which I made in Java fx 2.0. Can anyone help me on this?

3条回答
  •  臣服心动
    2020-12-24 15:05

    There are several tools to generate a customized exe launcher for your Java application.

    I have good experience with Winrun4J: http://winrun4j.sourceforge.net/

    but you will always need an installed Java/JavaFX Runtime even if you have an .exe that contains all your code.

提交回复
热议问题