openSUSE Forums > Archives > SLS Archives > ARCHIVES - Linux Tweaks > ARCHIVES - Tips, Tricks & Tweaks » Get Java Plugin To Work With Firefox On Opensuse 10.2

Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - Linux Tweaks > ARCHIVES - Tips, Tricks & Tweaks
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Tips, Tricks & Tweaks Post your tips, tricks and tweaks about SuSE Linux in here. Please do not ask questions here - this is for factual information

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-Aug-2007, 12:34
option94
Guest
 
Posts: n/a
Default

I found out today that firefox could not install the java plugin on its own. I downloaded Java from the Sun site, and followed thier instructions on installing.

Quote:
Installation of RPM File

Use these instructions if you want to install Java SE Runtime Environment in the form of RPM packages. If you want to use the self-extracting binary file instead, see Installation of Self-Extracting Binary.

1. Download and check the file size.

You can download to any directory you choose.

Before you download the file, notice its byte size provided on the download page on the web site. Once the download has completed, compare that file size to the size of the downloaded file to make sure they are equal.

2. Become root by running the su command and entering the super-user password.

3. Extract and install the contents of the downloaded file.

Change directory to where the downloaded file is located and run these commands to first set the executable permissions and then run the binary to extract and run the RPM file:

chmod a+x jre-6<version>-linux-i586-rpm.bin

./jre-6<version>-linux-i586-rpm.bin


Note that the initial "./" is required if you do not have "." in your PATH environment variable.

The script displays a binary license agreement, which you are asked to agree to before installation can proceed. Once you have agreed to the license, the install script creates and runs the file jre-6<version>-linux-i586.rpm in the current directory.

NOTE - If instead you want to only extract the RPM file but not install it, you can run the .bin file with the -x argument. You do not need to be root to do this.

4. Delete the bin and rpm file if you want to save disk space.

5. Exit the root shell. [/b]

this seemed to work as well, only firefox still wanted the plugin to be installed. I searched high and low for the solution to this problem and it turns out that firefox actually wants the plugin to be linked at

Quote:
/home/<user name>/.mozilla/plugins[/b]

open a terminal and type

Code:
sudo ln -s /usr/java/jre1.6.0_02/plugin/i386/ns7/libjavaplugin_oji.so /home/<user name>/.mozilla/plugins/libjavaplugin_oji.so
Make sure to change <user name> with your user name, and jre1.6.0_02 with the version you are using.
  #2 (permalink)  
Old 10-Aug-2007, 13:30
geoffro
Guest
 
Posts: n/a
Default

Before you continue read this post

/Geoff
  #3 (permalink)  
Old 10-Aug-2007, 13:46
option94
Guest
 
Posts: n/a
Default

Wow. They should fix that.
 

Bookmarks

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2