Running a java program as an exe in Windows without JRE installed

前端 未结 7 957
悲&欢浪女
悲&欢浪女 2020-11-28 13:55

I want to run a java program as an exe in Windows. The windows box doesn\'t install java at all...

So, is there any other way in which the java program can be conve

7条回答
  •  死守一世寂寞
    2020-11-28 14:02

    Have you tried install4j? There are various versions, some free, of this concept. Basically, this application compiles your application into an executable installer, specific to the OS of your choice.

提交回复
热议问题