如何从java中的jar文件创建.exe? [重复]

时间:2023-02-05 14:01:26

This question already has an answer here:

这个问题在这里已有答案:

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

以下是您拥有的选项列表

  1. launch4j
  2. Excelsior JET
  3. JSmooth
  4. JarToExe
  5. Advanced Installer
  6. Java应用程序的高级安装程序启动程序和安装程序 - TUTORIAL

  7. JexePack
  8. Executable Wrapper
  9. Jwrapper

#1


3  

Here are the List of option you have

以下是您拥有的选项列表

  1. launch4j
  2. Excelsior JET
  3. JSmooth
  4. JarToExe
  5. Advanced Installer
  6. Java应用程序的高级安装程序启动程序和安装程序 - TUTORIAL

  7. JexePack
  8. Executable Wrapper
  9. Jwrapper