Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th April 2011, 02:47 PM
rebmobwins's Avatar
rebmobwins Offline
Registered User
 
Join Date: Mar 2011
Location: Indiana
Posts: 19
linuxfedorafirefox
Unhappy Need assistance installing Minecraft in F14.

I've googled a few sites and searched the forums for help with my problems and haven't found anything...

So far I've downloaded the minecraft.jar and can't do anything with it.

I've read around that I need to install JRE/JDK from Oracle, according to this site.

http://sixgun.org/fab/blog/2011/minecraft-howto-f15

I'm not sure what commands to run in terminal, I've played around and haven't really got anywhere.

Here is another helpful source that I've been trying to comprehend:

http://www.if-not-true-then-false.co...-red-hat-rhel/


I'm not sure if it wants me to install JRE or JDK... I'm very confused and would appreciate any help!
Reply With Quote
  #2  
Old 9th April 2011, 03:03 PM
pforsell's Avatar
pforsell Offline
Registered User
 
Join Date: Mar 2011
Posts: 39
linuxchrome
Re: Need assistance installing Minecraft in F14.

JRE is enough (Runtime Environment). You'll need JDK (Development Kit) only if you'll start programming in Java yourself.

Follow the if-not-... guide you linked (skip 3a and 4a) and that's it.
__________________
My posts are a work of fiction. Everything I write is an opinion, a joke, or both. Do not follow my advice.

F14: Dell Latitude D630 Core2Duo 2GHz 4GB
F14 x64: HP i7 3GHz 12GB
#317797
Reply With Quote
  #3  
Old 9th April 2011, 03:15 PM
rebmobwins's Avatar
rebmobwins Offline
Registered User
 
Join Date: Mar 2011
Location: Indiana
Posts: 19
linuxfedorafirefox
Re: Need assistance installing Minecraft in F14.

chmod +x /path/to/file/jdk-6u24-linux-*-rpm.bin
/path/to/binary/jdk-6u24-linux-*-rpm.bin

what's the difference? path to file, path to binary?

Last edited by rebmobwins; 9th April 2011 at 03:40 PM.
Reply With Quote
  #4  
Old 10th April 2011, 08:23 AM
Valkkon Offline
Registered User
 
Join Date: May 2010
Posts: 3
linuxfirefox
Re: Need assistance installing Minecraft in F14.

Minecraft will run perfectly well on F14 without many modifications.

Just figure out which java you are running by using the 'java -version' command.

Code:
[user@localhost]$ java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.7) (fedora-52.1.9.7.fc14-i386)
OpenJDK Client VM (build 19.0-b09, mixed mode)
From there I just put a small script into the same directory where the 'minecraft.jar' file is located. I called mine 'minecraft.sh'. Just place the following inside the file:

Code:
#!/bin/bash
java -jar -Xmx1024M -Xms512M minecraft.jar
Then do a chmod +x minecraft.sh to make it executable and invoke it with a ./minecraft.sh to launch the file.
Reply With Quote
  #5  
Old 10th April 2011, 11:17 PM
rebmobwins's Avatar
rebmobwins Offline
Registered User
 
Join Date: Mar 2011
Location: Indiana
Posts: 19
linuxfedorafirefox
Re: Need assistance installing Minecraft in F14.

Quote:
Originally Posted by Valkkon View Post
Minecraft will run perfectly well on F14 without many modifications.

Just figure out which java you are running by using the 'java -version' command.

Code:
[user@localhost]$ java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.7) (fedora-52.1.9.7.fc14-i386)
OpenJDK Client VM (build 19.0-b09, mixed mode)
From there I just put a small script into the same directory where the 'minecraft.jar' file is located. I called mine 'minecraft.sh'. Just place the following inside the file:

Code:
#!/bin/bash
java -jar -Xmx1024M -Xms512M minecraft.jar
Then do a chmod +x minecraft.sh to make it executable and invoke it with a ./minecraft.sh to launch the file.
Sorry, I didn't update this thread. Not too sure WHAT I did, but I managed to get it running perfectly fine. I wish I could add it to the games list under the applications menu though, instead of opening the JAR file.
Reply With Quote
  #6  
Old 11th April 2011, 01:53 AM
Valkkon Offline
Registered User
 
Join Date: May 2010
Posts: 3
windows_7firefox
Re: Need assistance installing Minecraft in F14.

Well you can always just create an application launcher and path it to your script file.
Reply With Quote
  #7  
Old 11th April 2011, 01:59 AM
rebmobwins's Avatar
rebmobwins Offline
Registered User
 
Join Date: Mar 2011
Location: Indiana
Posts: 19
linuxfedorafirefox
Re: Need assistance installing Minecraft in F14.

Quote:
Originally Posted by Valkkon View Post
Well you can always just create an application launcher and path it to your script file.
All good and great, but I still consider myself a Fedora / Linux newbie.
Reply With Quote
  #8  
Old 11th April 2011, 04:58 AM
Valkkon Offline
Registered User
 
Join Date: May 2010
Posts: 3
windows_7firefox
Re: Need assistance installing Minecraft in F14.

Quote:
Originally Posted by rebmobwins View Post
All good and great, but I still consider myself a Fedora / Linux newbie.
Here is a quick howto on custom application launchers. I still consider myself a non-expert even though I've been using linux since Red Hat linux 3.

http://fedoraproject.org/sv/using/tu.../launcher.html
Reply With Quote
Reply

Tags
java, jdk, jre, minecraft, oracle

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Minecraft Installation Help Guyman Using Fedora 2 15th January 2011 07:55 PM
I Need assistance installing audio drivers for my card Uden89 Hardware & Laptops 0 4th March 2010 04:04 PM
rpm assistance Toast2120 Using Fedora 1 24th March 2009 01:56 AM
Need assistance on installing FC-3 on Laptop NEC VersaProNX. Gandurash EOL (End Of Life) Versions 2 22nd September 2007 02:47 PM
Need assistance! Iggzaplaya Installation and Live Media 7 27th August 2007 08:13 PM


Current GMT-time: 04:18 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat