Launch4j - java 可执行包装器 - Windows7
设想: 用 launch4j 包装的 java-app ——在 Windows Vista 的开发机器上工作正常——在普通的 Windows7 机器上它要求安装 Java JRE——但不会启动应用程序。
任何人都设法使用 Windows7 的 java-wrapper 创建可执行文件。
背景: - jar 具有所有依赖的 jar 和资源 - 尝试使用自定义清单以及指向主类的内置清单
感谢您的任何帮助
Scenario:
java-app wrapped with launch4j -- works fine on the dev-machine with Windows Vista -- on a plain Windows7 machine it asks to install Java JRE - but wont start the application.
Anybody managed to create an executable using a java-wrapper for Windows7.
Background:
- jar has all dependend jars and resources
- tried with a custom manifest as well as a build in manifest pointing to the Main class
Thanks for anykind of help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
launch4j 不是 JRE。它既不将 Java 对象转换为可在 Windows 中运行的可执行二进制格式。
它解释得很好: http://launch4j.sourceforge.net/
launch4j is not a JRE. It neither converts Java's object into a executable binary format to be run in Windows.
It explains it pretty well: http://launch4j.sourceforge.net/
我使用 NSIS 而不是 launch4j 来启动我的 java 应用程序:
http://nsis.sourceforge.net/Java_Launcher_with_automatic_JRE_installation
I use NSIS instead of launch4j to launch my java apps:
http://nsis.sourceforge.net/Java_Launcher_with_automatic_JRE_installation