Menu

Extract jar file from exe file?

Help
2015-12-14
2015-12-14
  • Wolfgang Keller

    Wolfgang Keller - 2015-12-14

    What is the best and proven way to extract the wrapped jar file from the exe file? From a programmatic perspective, i.e. from within a Java program.

     
  • Grzegorz Kowal

    Grzegorz Kowal - 2015-12-14

    The exe file is still a jar, the only difference is that is has an executable header. In my opinion you have to analyze the End of central directory record (zip file format) to determine where the original jar file starts and remove the exe header.

    Grzegorz

     

Log in to post a comment.