Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

jar file

Options
  • 04-04-2004 2:00pm
    #1
    Closed Accounts Posts: 2,951 ✭✭✭


    I have a jar file i want to edit and have a look at some stuff in it. Are jar files viewable or are they encrypted or something, i tried viewing in editplus and such, its now readable though, just a load of characters.
    Ive tried finding this out from google, but to no avail.
    Thanks


Comments

  • Registered Users Posts: 491 ✭✭Silent Bob


    A jar is just a zipped directory.

    You can unzip it with any popular unzipping utility


  • Closed Accounts Posts: 920 ✭✭✭elvis2002


    I know you can use winzip but I like to use winrar instead.

    A jar file is just an archive of class files


  • Closed Accounts Posts: 2 leppy


    It works from the command line either.... jar xf filename


  • Closed Accounts Posts: 1,322 ✭✭✭phobos


    command line:

    viewing contents: jar -tf jarfile.jar
    create jar: jar -cvf jarfile.jar file1 file2 file 3 filen (* works also)
    extract jar: jar -xvf jarfile.jar (will extract to the current directory)

    HTH ;)

    ;-phobos-)


Advertisement