Closed
Bug 178823
Opened 22 years ago
Closed 22 years ago
Java Plugin can't be loaded on Linux (Redhat 8.0)
Categories
(Core Graveyard :: Java-Implemented Plugins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 116444
People
(Reporter: joshua.xia, Assigned: blackconnect)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021022
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021022
I build the lastest mozilla on Linux Redhat 8.0 (the default gcc version=3.2)
and install jre1.4.1_01 and then link java plugin.
After I boot mozilla, the JPI don't work.
execute "./mozilla -debug", the following message display:
WEBSHELL+ = 1
IsPluginFile(/workspace/mozilla/mozilla/modules/plugin/samples/default/unix/libnullplugin.so)
== TRUE
IsPluginFile(/workspace/j2sdk1.4.1_01/jre/plugin/i386/ns600/libjavaplugin_oji.so)
== TRUE
IsPluginFile(/workspace/mozilla/mozilla/dist/bin/plugins/flash_linux.tar) == FALSE
IsPluginFile(/workspace/mozilla/mozilla/dist/bin/plugins/libflashplayer.so) == TRUE
IsPluginFile(/workspace/mozilla/mozilla/dist/bin/plugins/README) == FALSE
IsPluginFile(/workspace/mozilla/mozilla/dist/bin/plugins/ReadMe.htm) == FALSE
IsPluginFile(/workspace/mozilla/mozilla/dist/bin/plugins/ShockwaveFlash.class)
== FALSE
LoadPlugin: failed to initialize shared library
/workspace/j2sdk1.4.1_01/jre/plugin/i386/ns600/libjavaplugin_oji.so
[/workspace/j2sdk1.4.1_01/jre/plugin/i386/ns600/libjavaplugin_oji.so: undefined
symbol: GetGlobalServiceManager__16nsServiceManagerPP17nsIServiceManager]
LoadPlugin() /workspace/j2sdk1.4.1_01/jre/plugin/i386/ns600/libjavaplugin_oji.so
returned 0
WEBSHELL+ = 2
I try to build mozilla on Linux Redhat 7.2 (the default gcc version=2.96)
and install jre1.4.1_01 and then link java plugin.
the JPI work well.
Reproducible: Always
Steps to Reproduce:
1. build the lastest mozilla on Redhat 8.0 (gcc 3.2)
2. install jre1.4.1_01 for linux
3. link jpi (jre/plugin/i386/ns600/libjavaplugin_oji.so to mozilla's plugins
directory
4. boot mozilla
Actual Results:
failed to load Java Plugin
Expected Results:
success to load Java Plugin
see also bug #154206
*** Bug 178824 has been marked as a duplicate of this bug. ***
Comment 2•22 years ago
|
||
should be a dupe of bug 116444 (bug 154206 is only for a few plugins but not JAVA)
*** This bug has been marked as a duplicate of 116444 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
*** Bug 190703 has been marked as a duplicate of this bug. ***
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•