I am completely new to ubuntu. Just got it installed on my laptop yesterday as the windows program crashed and this is the only thing we could get to work. i have downloaded techniclauncher on the computer and it saves it as a .jar file. I have no idea how to get it opened/downloaded/launched (whatever the correct word is) so that we can actually play the game. Can someone please help me learn how to do this. Again I am completely new and do not understand all the ubuntu terminology but i am computer literate and can generally be told specifics and get it done. thank you so much
Asked
Active
Viewed 6,133 times
2 Answers
1
To open .jar file you need to have installed Java. Then you need to open .jar file with java. ( Change the Open With ..
option in right click menu to the Java package you have installed.)
If you havent installed Java, you can installed by following :
Press Ctrl+Alt+T : You will get the Terminal with prompt. (Like CMD in Win)
Then, in the prompt Copy & Paste this line. Then press Enter
sudo apt-get install openjdk-7-jre openjdk-7-jdk
You should be online in internet while doing this.
-
i haven't installed java but i'm not getting what you mean by install with "sudo ...." am i suppose to type that in somewhere and it will install it, if so where do i put it and do i type it exactly the way it shows with spaces and all? again i am not at all familiar with the process but i appreciate any help i can get – laurie Nov 22 '13 at 19:55
-
I edited the answer. – Nov 22 '13 at 20:08
-
ok I did that and this is what the end result was laurie@laurie-Satellite-L655:~$ what do i need to do to open java and launch techniclauncher....sorry to sound so illiterate but i'm just not used to this so glad for the help though i'm guess java is there but i don't know where to find it – laurie Nov 23 '13 at 00:22
-
did you searched in right click menu ? – Nov 23 '13 at 00:54
-
no where do i need to be to right click to search...on the desktop, in dash home, home folder or where – laurie Nov 23 '13 at 01:05
-
Please follow this answer. – Nov 23 '13 at 08:38