Run a jar file without JDK installed

核能气质少年 提交于 2019-12-25 07:58:02

问题


is there any way to run a jar file without JDK installed ?

for example convert jar file to exe or put the jdk or jre into the jar file or something like this...


回答1:


JRE is a must. JDK is not a necessity.



来源:https://stackoverflow.com/questions/22488194/run-a-jar-file-without-jdk-installed

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!