如何在不使用任何第三方工具的情况下通过 java 代码将我的 Java 代码转换为 EXE?
首先我想传达的是,我的问题与这个问题不重复,如何将 Java 程序转换为 .exe 文件?。
由于我的问题,我编写了一个Swing程序,在该程序中,有一个名为“生成EXE”的按钮,当单击该按钮时,我必须生成该程序的EXE,所以我需要通过Java代码创建EXE,我使用 Advance Installer IDE 创建了 EXE http://www.advancedinstaller.com/user-guide/tutorial-java.html,但现在我的要求是我必须通过Java代码生成EXE而不是手动使用IDE,我的java代码有创建 EXE。
谢谢
First i want to convey is, my Question is Not duplicate to this Question, How can I convert my Java program to an .exe file?.
Since My question, I had wrote a Swing program, in that program, there is a Button called "Generate EXE" , when the Button is clicked i have to generate the EXE of that program, so i need to create EXE via Java Code, i had created EXE using Advance Installer IDE http://www.advancedinstaller.com/user-guide/tutorial-java.html, But now my requirement is i have to generate EXE via Java code not using IDE by manually, my java code has create the EXE.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是如何制作 exe,但因为我认为这些解决方案可以完成相同的工作,而且我个人更喜欢它们,所以无论如何都会发布它:
如果 exe 是绝对必需的,请将 .bat 文件转换为 exe(google for bat to exe
This is not how to make an exe but since I think these solutions do the same job and I would personally prefer them, will post it anyway:
If the exe is absolute requirement, convert the .bat file to exe (google for bat to exe)