Closed
Bug 182295
Opened 22 years ago
Closed 22 years ago
java plugin does not work after symlink is created and mozilla restarted
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 116444
People
(Reporter: jgflorez, Assigned: rubydoo123)
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021127
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021127
I'm running Linux Redhat 8.0 on and Athlon 1600 512MB RAM with kernel 2.4.18-18.8.0.
I compiled mozilla my self with gcc-3.2-7, gcc-c++-3.2-7 and the --enable-xft
flag from mozilla-1.2-0_rh8.src.rpm.
I have installed J2SE 1.4.1_01: (java -version)
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)
I have the eviroment variable MOZILLA_FIVE_HOME="/usr/lib/mozilla-1.2"
and my java installation is in /usr/local/java
I created a symlink to
/usr/local/java/jre/plugin/i386/ns610/libjavaplugin_oji.so in
/usr/lib/mozilla-1.2/plugins
My plugins directory looks like this:
-rwxr-xr-x 1 root root 856 Nov 27 13:39 flashplayer.xpt
-rwxr-xr-x 1 root root 1.4M Nov 27 13:39 libflashplayer.so
lrwxrwxrwx 1 root root 58 Nov 27 14:56 libjavaplugin_oji.so ->
/usr/local/java/jre/plugin/i386/ns610/libjavaplugin_oji.so
-rwxr-xr-x 1 root root 24K Nov 27 12:45 libnullplugin.so
-rwxr-xr-x 1 root root 2.3K Nov 27 13:39 ShockwaveFlash.class
After installing the java plugin I restarted mozilla, and the java plugin does
not apear to be installed. If I go to Help->About Plugins I get in that list
only 2 plugins: The Flash plugin and the Defualt plugin, no sing of the java
plugin I just installed.
Reproducible: Always
Steps to Reproduce:
1.Install J2SE 1.4.1_01
1.Compile mozilla with gcc-3.2-7, gcc-c++-3.2-7 and the --enable-xft flag from
mozilla-1.2-0_rh8.src.rpm.
2.Install the java plugin
3.Restar mozilla
Actual Results:
No plugin java was installed
Expected Results:
The correct installation of the java plugin
I will attach the SPEC file that I used to compile mozilla
Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
the Java plugin doesn't work if you compile with gcc3.X
*** This bug has been marked as a duplicate of 116444 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•