This question already has an answer here:
这个问题在这里已有答案:
- How can I convert a JAR file to an EXE file? 8 answers
如何将JAR文件转换为EXE文件? 8个答案
We created jar
file of our project.Jar
file name is stock.jar
,in dist
folder: lib
folder,one stock.jar
,stock.sqlite
.
我们创建了我们项目的jar文件.Jar文件名是stock.jar,在dist文件夹中:lib文件夹,一个stock.jar,stock.sqlite。
Now we want to create .exe
with database and lib
folder jars.
现在我们想用数据库和lib文件夹jar创建.exe。
1 个解决方案
#1
3
Here are the List of option you have
以下是您拥有的选项列表
- launch4j
- Excelsior JET
- JSmooth
- JarToExe
-
Advanced Installer
- launcher and installer for Java applications - TUTORIAL
Java应用程序的启动程序和安装程序 - TUTORIAL
- JexePack
- Executable Wrapper
- Jwrapper
Java应用程序的高级安装程序启动程序和安装程序 - TUTORIAL
#1
3
Here are the List of option you have
以下是您拥有的选项列表
- launch4j
- Excelsior JET
- JSmooth
- JarToExe
-
Advanced Installer
- launcher and installer for Java applications - TUTORIAL
Java应用程序的启动程序和安装程序 - TUTORIAL
- JexePack
- Executable Wrapper
- Jwrapper
Java应用程序的高级安装程序启动程序和安装程序 - TUTORIAL