How to create .exe from jar files in java? [duplicate]

故事扮演 提交于 2019-12-25 04:28:36

问题


We created jar file of our project.Jar file name is stock.jar,in dist folder: lib folder,one stock.jar,stock.sqlite.

Now we want to create .exe with database and lib folder jars.


回答1:


Here are the List of option you have

  1. launch4j
  2. Excelsior JET
  3. JSmooth
  4. JarToExe
  5. Advanced Installer
    • launcher and installer for Java applications - TUTORIAL
  6. JexePack
  7. Executable Wrapper
  8. Jwrapper


来源:https://stackoverflow.com/questions/32539336/how-to-create-exe-from-jar-files-in-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!