Find out how the program was built/compiled from the .jar file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Akino877
    New Member
    • Nov 2007
    • 37

    Find out how the program was built/compiled from the .jar file?

    Hello,

    I have a directory of Java code and a .jar file. I can run this .jar file as intented. But, I do not have any information/instruction as how to compile/build the .jar file.

    I wonder if there is a way to use the .jar file to find out how the program and the .jar file were compiled, built, and put together?

    Thank you for your help.

    Akino.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Do a "jar tvf YourJarFile.jar " and see what is in it.

    kind regards,

    Jos

    Comment

    • BigDaddyLH
      Recognized Expert Top Contributor
      • Dec 2007
      • 1216

      #3
      You just asked the same question here: http://forums.sun.com/thread.jspa?threadID=5324768

      Weren't the answers sufficient?

      Why do you want to know this?

      Comment

      Working...