Results 1 to 8 of 8

Thread: Minecraft for Linux?

  1. #1
    Join Date
    Jul 2013
    Beans
    6

    Minecraft for Linux?

    Hey guys! I'm new to the forums and I was wondering; Is there Minecraft for Ubuntu and how do I get it.

    P.S:
    I don't know where to post this but; Do you know if the Logitech G500s would work on Ubuntu (Just the normal functions not the programmable keys) and also the Razer DeathAdder 2013.

  2. #2
    Join Date
    Dec 2012
    Beans
    101

    Re: Minecraft for Linux?

    Quote Originally Posted by BghMc View Post
    Hey guys! I'm new to the forums and I was wondering; Is there Minecraft for Ubuntu and how do I get it.

    P.S:
    I don't know where to post this but; Do you know if the Logitech G500s would work on Ubuntu (Just the normal functions not the programmable keys) and also the Razer DeathAdder 2013.
    https://help.ubuntu.com/community/InstallMinecraft147

  3. #3
    Join Date
    Aug 2008
    Location
    Sweden
    Beans
    307
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Minecraft for Linux?

    check out the link in my sig.
    This is my signature

  4. #4
    Join Date
    Apr 2013
    Location
    Oregon, 'MURICA!
    Beans
    69
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Minecraft for Linux?

    Here are some pretty easy steps for you if none of those work.

    1.Goto
    Minecraft.net
    2.Click the download it here button on the website.
    3.Download the Minecraft.jar file to your Downloads folder.
    4.Open a terminal.
    5.Enter the following commands in order:

    5.a.
    cd ~/Downloads
    5.b.
    sudo chmod a+x minecraft.jar
    5.c
    java -Xmx256M -Xms256M -cp minecraft.jar net.minecraft.LauncherFrame

    You're all set!

    (P.S. You may be prompted to enter your password, so be prepared...)
    My computer specs: -Ubuntu 14.04 (Trusty Tahr) -Intel Pentium D CPU 3.40GHz
    -Frequency:3389.176 MHz -Graphics Card: Intel 82Q963/Q965 Integrated Graphics Controller
    -L2 Cache:2048 KB
    -RAM:3 GB

  5. #5
    Join Date
    Apr 2013
    Location
    Oregon, 'MURICA!
    Beans
    69
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Minecraft for Linux?

    You realize that 1.4.7 is HEAVILY outdated right?
    My computer specs: -Ubuntu 14.04 (Trusty Tahr) -Intel Pentium D CPU 3.40GHz
    -Frequency:3389.176 MHz -Graphics Card: Intel 82Q963/Q965 Integrated Graphics Controller
    -L2 Cache:2048 KB
    -RAM:3 GB

  6. #6
    Join Date
    Apr 2013
    Location
    Oregon, 'MURICA!
    Beans
    69
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Minecraft for Linux?

    You realize that 1.4.7 is HEAVILY outdated right?
    My computer specs: -Ubuntu 14.04 (Trusty Tahr) -Intel Pentium D CPU 3.40GHz
    -Frequency:3389.176 MHz -Graphics Card: Intel 82Q963/Q965 Integrated Graphics Controller
    -L2 Cache:2048 KB
    -RAM:3 GB

  7. #7
    Join Date
    Dec 2012
    Beans
    101

    Re: Minecraft for Linux?

    Quote Originally Posted by soloman469 View Post
    You realize that 1.4.7 is HEAVILY outdated right?
    Of course. The installation guide though is the same for the current version.

  8. #8
    Join Date
    Oct 2009
    Location
    Elgin, IL USA
    Beans
    3,363
    Distro
    Ubuntu 16.10 Yakkety Yak

    Re: Minecraft for Linux?

    The current version does not use the same launcher. There is a new launcher that can launch current version (by default) or previous versions or snapshots of future versions by configuring other profiles.

    Once you download Minecraft.jar from minecraft.net (assuming to ~/Downloads), there is no need to give it execute permission, simply do:
    Code:
    java -jar ~/Downloads/Minecraft.jar
    Assuming you have openjdk-6-jre or openjdk-7-jre and optimal video driver installed, that is all there is to it. I have not found any need to use Oracle Java, in fact some people have had trouble using Oracle Java 7 for minecraft (unless they had some other issue).

    If you have Main Menu (alacarte) installed you can set up a launcher for Dash to run the following in a terminal and then lock that to the Unity bar if you want to: sh -c 'java -jar ~/Downloads/Minecraft.jar'

    PS: If you want to use more or less than the default 1 GB of RAM you can Edit Profile within the launcher or Add Profile for other versions or snapshots.
    Last edited by efflandt; July 16th, 2013 at 02:27 PM.
    i5 650 3.2 GHz upgraded to i7 870, 16 GB 1333 RAM, nvidia GTX 1060, 32" 1080p & assorted older computers

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
  •