LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install a Java plugin ? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-a-java-plugin-435940/)

wlaw 04-17-2006 06:12 AM

How to install a Java plugin ?
 
I am running Mandriva Linux 2006 and have already downloaded the java

plugin with bin extension. what's the next step ?

Thank you !

coldSteel 04-17-2006 06:29 AM

You should be able to follow the instructions that are given here:

http://www.java.com/en/download/help...selfextracting

If you have any problems, repost with more details

puntjuh 04-17-2006 06:32 AM

The next step is this:


Go shell console.
Type: su (enter root pw)
type: cd /usr/local
chmod the file you downloaded: chmod a+x jre-1_5_0_02-linux-amd64.bin (this is my version that I installed. if you have another version and system change it to your file name)
check it: ls -l (it should have the following things then -rwxr-xr-x.)
start install with: ./jre-1_5_0_02-linux-amd64.bin

accept the terms. type: yes.

check if it created the map with: ls

And then java is installed.

coldSteel 04-17-2006 06:59 AM

Quote:

Originally Posted by puntjuh

And then java is installed.

make sure that you link the java plugin to the browser that you use
eg For Firefox 1.5 type:

ln -s /usr/java/jreVERSION/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/firefox-1.5/plugins/libjavaplugin_oji.so

wlaw 04-17-2006 08:06 AM

Sorry ! Can you teach me how to link the java plugin to my browser in detail ???

puntjuh 04-17-2006 12:14 PM

Quote:

Originally Posted by coldSteel
make sure that you link the java plugin to the browser that you use
eg For Firefox 1.5 type:

ln -s /usr/java/jreVERSION/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/firefox-1.5/plugins/libjavaplugin_oji.so


ahh yes.. don't forget that part! .. i allways do. And i'm sorry but i wouldn't know how to write it more detailed then in the way coldSteel has already written it.

wlaw 04-17-2006 12:49 PM

Thank you for your information. However, as a newbie, may I ask what is the path of my
firefox installed ? how to find the correct path etc ???

puntjuh 04-17-2006 04:07 PM

check if you have this path:

/usr/lib/firefox-1.5 or any other version nr. If this exists just follow coldSteels advice right as it says.

wlaw 04-17-2006 07:03 PM

I am sorry ! I could not find firefox-1.5 or anything similar under lib, what can I do now ?

coldSteel 04-17-2006 07:18 PM

try searching for it as /usr/lib/mozilla-firefox-X.x
i know that sometimes it gets put there as well

__spc__ 05-18-2006 11:54 AM

Quote:

Originally Posted by coldSteel
make sure that you link the java plugin to the browser that you use
eg For Firefox 1.5 type:

ln -s /usr/java/jreVERSION/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/firefox-1.5/plugins/libjavaplugin_oji.so

This solved MY problem, many thanks.

[I needed /usr/lib/firefox-VERSION/plugins/libjavaplugin_oji.so]


All times are GMT -5. The time now is 06:15 PM.