Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我已经完成了我的程序,它使用了 phpMyAdmin / workbench 内部的数据库。
如何将程序与数据库一起打包为 .exe,以便最终客户端(我的母亲慈善机构)不必安装工作台和数据库?
Ps:我已将项目导出为可运行的 .jar 文件,但无法将其导出为 .exe 文件?我必须做什么?
在此先感谢,乔希
您可以编写一个小C++程序来调用jar. 它还应该检查是否安装了 JVM 等。
C++
jar
例如。设为c/programs/myprogram/目录;你把你的jar和exe调用的那个jar放在这个目录中。然后你可以创建一个桌面快捷方式等。
c/programs/myprogram/
exe
也许有一些解决方案可以自动化这个过程,但我现在没有任何解决方案。