Conversion of .class to jar and .class to exe

后端 未结 5 964
星月不相逢
星月不相逢 2021-02-03 12:13

How do I convert:

  • class file to jar file using cmd?
  • class file to exe file?
  • jar file to exe?

Can I convert exe file to jar file?

5条回答
  •  清酒与你
    2021-02-03 12:51

    To convert (actually, package) .class files into .jar files, you use the jar tool. You can then generate a .exe file from the .jar using tools like Launch4j, JSmooth or several other packages (search the web for "jar exe").

提交回复
热议问题