Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Gollapinni Karthik Sharma

    @gollapinni-karthik-sharma-EgBEXm Aug 6, 2014

    #-Link-Snipped-#

    <a href="https://www.skylit.com/javamethods/faqs/createjar.html" target="_blank" rel="nofollow noopener noreferrer">Creating an Executable jar File</a>


    No. .jar file is a Java Archive file format. Its coded with java

  • crusadersplanet

    @crusadersplanet-mWGxe9 Aug 6, 2014

    dear .. i dont want jar to exe, i want exe to jar.
    jar file was created using netbeans , then to convert jar to exe , 1 of the converter were used.. now i want that jar file from exe....

  • Anuj Singh

    @anuj-OrBYJt Aug 7, 2014

    Reversing, there are various methods to create exe from Java, using simple batch file exe of .jar file or converting the whole binary code to native windows code.

    So getting back the jar file may not be possible for the latter part, but for the first one you can try unzipping the exe file using 7-zip, etc