84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
将java swing程序打包成exe要求如下:
1.能在没有安装jre的windows系统下运行;2.打包结果只能包含一个exe文件
比较变态的需求,请大家赐教....
光阴似箭催人老,日月如移越少年。
You can do it with ordinary compression software. Make it self-extracting. Enter the JRE and your program jar package and run it immediately after self-extraction. However, it is a bit large to print out, the JRE alone is tens of megabytes.
Then I’ll give you two references
http://mushiqianmeng.blog.51cto.com/3970029/900576/
http://www.regexlab.com/zh/jar2exe/usage.htm
You can do it with ordinary compression software. Make it self-extracting. Enter the JRE and your program jar package and run it immediately after self-extraction. However, it is a bit large to print out, the JRE alone is tens of megabytes.
Then I’ll give you two references
http://mushiqianmeng.blog.51cto.com/3970029/900576/
http://www.regexlab.com/zh/jar2exe/usage.htm