LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Plugin installs (https://www.linuxquestions.org/questions/linux-newbie-8/plugin-installs-506272/)

DangitDoug 11-30-2006 12:41 PM

Plugin installs
 
I have just started using Ubunto. I am trying to play games on a website (pogo.com). When I attempt to enter a "room" to play, I get a message saying I am missing needed plugins to display media for the games.

I click on the link to "install needed plugins". I am directed to install Java Runtime Environment. I have two problems here.
1. There are four different Java options for Linux. Linux rpm, Linux, Linux x64 or Linux x64m. I have downloaded all but Linux x64. How do I know which of these is the correct download needed?
2. How do I install the download? Is the plugin automatic with installation or separate process?

I am accustomed to Windows which has an Install Wizard. I do not find such a thing in Ubunto.

Any help would be appreciated.

Doug K

nadroj 11-30-2006 12:58 PM

1
go here: http://java.sun.com/javase/downloads/index.jsp

2
click 'download' next to 'Java Runtime Environment (JRE) 5.0 Update 10'

3
click 'accept' on the license agreement

4
your on a 32bit CPU? then under '
Linux Platform - J2SE(TM) Runtime Environment 5.0 Update 10' right click and save 'Linux self-extracting file'.

5
to install read this: http://java.sun.com/j2se/1.5.0/jre/i...elf-extracting. on that same page will be instructions on how to setup the plugin for a mozilla browser. if you use a different browser then search around here or other linux-oriented search engines for how to add the plugin to that browser.

crazyjimbo 11-30-2006 12:58 PM

If I remeber rightly, the JRE install files are self extracting files. Unless you are running the 64 bit version of Ubuntu, you will need the one just called 'Linux'. Download it to somewhere and then open up a terminal and run:

Code:

cd /directory/you/downloaded/it/to
sh ./jre-version.bin

Replace jre.version.bin with the name of the file you downloaded.

Not sure what will happen then, it will either install it, or create a directory with instructions inside.

Good luck.

James

EDIT: Beaten to it! Following the official instruction is probably the best way :)


All times are GMT -5. The time now is 03:38 PM.