Which programming languages that can generate self contained windows .exes?

后端 未结 12 2498
既然无缘
既然无缘 2021-02-19 02:09

I want to make an easy to deploy Windows application and was was wondering which programming systems can create totally self contained Windows .exe files?

As a plus, if

12条回答
  •  一整个雨季
    2021-02-19 02:48

    JavaFX 2.2 supports that. It allows creation of self-contained applications targeting Windows, Mac OS, and Linux.

    Please follow this link for more information: http://docs.oracle.com/javafx/2/deployment/self-contained-packaging.htm.

提交回复
热议问题