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

前端 未结 7 942
悲&欢浪女
悲&欢浪女 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:09

    GCJ can create native code from Java source files. Here's a tutorial on how to build it in Windows.

提交回复
热议问题