Results 1 to 6 of 6

Thread: How do I install .jar files etc

  1. #1
    Join Date
    Jan 2013
    Beans
    21

    Question How do I install .jar files etc

    I never thought I would be back but I am. *thoughts*nobody cares me-

    Anyways, like the question says how do I install .jar files CORRECTLY. I have minecraft for linux and I don't want to mess up the installation

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: How do I install .jar files etc

    You don't install .jar files, you just run them from wherever you have downloaded them to using the java command.
    Cheesemill

  3. #3
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How do I install .jar files etc

    ... which is

    Code:
    java -jar /path/to/file.jar
    This assumes that you have Java installed. If you don't, you have to install Java.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  4. #4
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: How do I install .jar files etc

    You can check if you have it just by running the Java version command from terminal.
    Code:
    java -version

  5. #5
    Join Date
    Jan 2013
    Beans
    21

    Re: How do I install .jar files etc

    Quote Originally Posted by slickymaster View Post
    You can check if you have it just by running the Java version command from terminal.
    Code:
    java -version
    I have no java what so ever

  6. #6
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: How do I install .jar files etc

    To install Java just open a terminal and run the following 3 commands...
    Code:
    sudo add-apt-repository ppa:webupd8team/java
    sudo apt-get update
    sudo apt-get install oracle-java7-installer
    Source...
    http://www.webupd8.org/2012/01/insta...buntu-via.html
    Cheesemill

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •