Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 95462

Summary: blackdown-jre does not work properly with firefox-1.0.4
Product: Gentoo Linux Reporter: Stefan Behte (RETIRED) <craig>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2005.0   
Hardware: x86   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stefan Behte (RETIRED) gentoo-dev Security 2005-06-08 08:16:49 UTC
If you install blackdown-jre and firefox, you still cannot use java with firefox, because the symlink in /usr/lib/MozillaFirefox/plugins is missing!
You need to do this:

emerge blackdown-jre
cd /usr/lib/MozillaFirefox/plugins 
ln -s /opt/blackdown-jre-1.4.2.01/plugin/i386/mozilla/libjavaplugin_oji.so javaplugin_oji.so 
enter about:plugins in firefox -> it works :)
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2005-06-08 08:35:29 UTC
you need to merge blackdown-jre with mozilla useflag
(soon to be renamed to browserplugin or something)
Comment 2 Stefan Behte (RETIRED) gentoo-dev Security 2005-06-09 08:53:27 UTC
Oooh, uuuhm...sorry :)