Conversion of .class to jar and .class to exe

后端 未结 5 967
星月不相逢
星月不相逢 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:54

    You must have missed this. Please look into Java Archive (JAR) Files Guide.

    And surely missed Real's How to for it Make a JAR executable There are multiple wrappers that do this work (converting Jar to exe, platform specific). You just need to search in StackOverflow for Jar exe

提交回复
热议问题