Closed
Bug 211179
Opened 22 years ago
Closed 22 years ago
Java plugin fails with Mozilla 1.4
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: mmoneta, Assigned: peterlubczynski-bugs)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
Installed Mozilla 1.4, then when going to a page with Java, acknowledged the
prompt for a needed plugin and installed the Java plugin. Installation reported
success. Restarting Mozilla reports:
LoadPlugin: failed to initialize shared library
/usr/local/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so
[/usr/local/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so:
undefined symbol: __vt_17nsGetServiceByCID]
Reproducible: Always
Steps to Reproduce:
1.Install Mozilla
2.Install Java plugin
3.Get error on console
Actual Results:
LoadPlugin: failed to initialize shared library
/usr/local/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so
[/usr/local/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so:
undefined symbol: __vt_17nsGetServiceByCID]
Expected Results:
Java execution
Redhat 9, all maintenance applied. Recreated same problem on another system as
well (two out of two failures).
| Reporter | ||
Comment 1•22 years ago
|
||
It's documented, briefly, in the release notes.
Details:
1- Download j2re-1_4_2 from Sun and install
2- cd /usr/local/mozilla/plugins
3- rm -rf java2/ libjavaplugin_oji.so
4- ln -s /usr/java/j2re1.4.2/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
libjavaplugin_oji.so
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•