.Jar files?

Discussion in 'Computers & Accessories' started by erik, Dec 2, 2016.

  1. erik

    erik New Member

    anybody tell me how to install .Jar files in pc instead of mobile.There are a lot of issues in mobile such as low application memory etc which i think will be solved in pc.
     
  2. shivam

    shivam New Member

    A JAR (Java Archive) is a package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.) into one file to distribute application software or libraries on the Java platform.
     
    aditya likes this.
  3. Veteran

    Veteran New Member

    i think Emulator? That would be it i think i can't post another forum link here try google..
     
  4. Dave

    Dave New Member

    You need JRE installed on your computer in order to run JAR files. After you download and install JRE, open up a command line/terminal, and type "java -jar filename.jar" and it should run the JAR file.

    Let me know if you need further help.
     

Share This Page