Jar file

Discussion in 'Scripting' started by dailyinsanity, Nov 10, 2013.

  1. dailyinsanity

    dailyinsanity MDL Junior Member

    Aug 17, 2012
    71
    6
    0
    I had to edit a jar file. Now I have to recompile all of the .class files. How would I go about doing that?
     
  2. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,384
    2,037
    210
    jar file

    "JAR files are built on the ZIP file format and have the .jar file extension. Computer users can create or extract JAR files using the jar command that comes with a JDK"
     
  3. dailyinsanity

    dailyinsanity MDL Junior Member

    Aug 17, 2012
    71
    6
    0
    I knew that, but when i did recompile it, it wouldn't run to save its life.