Mozilla 0.98 and java plugin

Mozilla 0.98 and java plugin

Post by Lovecraftesqu » Tue, 12 Feb 2002 23:39:20



The java plugin doesn't work under Mozilla 0.98 in my Linux box.
The plugin is downloaded and installed all right the first time one hits a
site that requires such a plugin. However, after restarting Mozilla and
visiting the same site again, when Mozilla attempts to load the plugin
from disk it complains about some unresolved symbol.

        Anyone else observed this?

 
 
 

Mozilla 0.98 and java plugin

Post by James Bros » Wed, 13 Feb 2002 00:43:11


$ export PATH=/usr/java/jdk1.3.1_02/bin:$PATH

$ which java
/usr/java/jdk1.3.1_02/bin/java

$ java -version
java version "1.3.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02)
Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode)


> The java plugin doesn't work under Mozilla 0.98 in my Linux box. The
> plugin is downloaded and installed all right the first time one hits a
> site that requires such a plugin. However, after restarting Mozilla and
> visiting the same site again, when Mozilla attempts to load the plugin
> from disk it complains about some unresolved symbol.

>    Anyone else observed this?


 
 
 

Mozilla 0.98 and java plugin

Post by Andrew Schult » Wed, 13 Feb 2002 02:20:45



> The java plugin doesn't work under Mozilla 0.98 in my Linux box.
> The plugin is downloaded and installed all right the first time one hits a
> site that requires such a plugin. However, after restarting Mozilla and
> visiting the same site again, when Mozilla attempts to load the plugin
> from disk it complains about some unresolved symbol.

What version of Java does About->Plugins say it has?
--
------------------------------------------------------------------
  Andrew Schultz                    | The views expressed might

  http://www4.ncsu.edu/~ajschult/   | They are however, correct.
 
 
 

Mozilla 0.98 and java plugin

Post by Lovecraftesqu » Wed, 13 Feb 2002 03:36:15


Meaning what? Would you care to elaborate?

> $ export PATH=/usr/java/jdk1.3.1_02/bin:$PATH

> $ which java
> /usr/java/jdk1.3.1_02/bin/java

> $ java -version
> java version "1.3.1_02"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02)
> Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode)


>> The java plugin doesn't work under Mozilla 0.98 in my Linux box. The
>> plugin is downloaded and installed all right the first time one hits a
>> site that requires such a plugin. However, after restarting Mozilla and
>> visiting the same site again, when Mozilla attempts to load the plugin
>> from disk it complains about some unresolved symbol.

>>        Anyone else observed this?

 
 
 

Mozilla 0.98 and java plugin

Post by Michael Lee Yoh » Wed, 13 Feb 2002 05:08:07


Quote:> Meaning what? Would you care to elaborate?

James probably wanted to make sure you had the latest JRE installed.
Could you please me more descript on which unresolved symbol is reported
by the application?

--


Software Developer, Engineering Services
Red Hat, Inc.

http://people.redhat.com/myohe/

QUIPd 1.02: (475 of 711)
-> When you get to be President, there are all those things, the
-> honors, the twenty-one gun salutes, all those things. You have to
-> remember it isn't for you. It's for the Presidency.
-> - Harry S. Truman

 
 
 

Mozilla 0.98 and java plugin

Post by bob » Wed, 13 Feb 2002 10:17:43


 > The java plugin doesn't work under Mozilla 0.98 in my Linux box. The
 > plugin is downloaded and installed all right the first time one
 > hits a site that requires such a plugin. However, after restarting
 > Mozilla and visiting the same site again, when Mozilla attempts to
 > load the plugin from disk it complains about some unresolved symbol.
 >
 > Anyone else observed this?
No, works fine on mine.  Check to see if you have a link between
YOURPATH/java2_plugin/libjavaplugin_oji.so and
YOURPATH/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so
and that your user has read access to both files and directories.
--
Bob Scott
Posted with Mozilla running on Linux.  Certified MS virus free!
 
 
 

Mozilla 0.98 and java plugin

Post by James Bros » Wed, 13 Feb 2002 11:36:06



> Meaning what? Would you care to elaborate?

Did you add the PATH for the NEW java bin?

Do you have another JAVA (like kaffe) installed as /usr/bin/java?

If you run the command;

$ java -version

--or--

$ which java

you will know which java is getting called.

Also, if you use the new JDK 1.4 version, try the 6.0 instead of 6.2
(I heard, have not tested though).

I have Mozilla 0.98 with Sun JDK 1.3.1_02 and the plugin works great.


>> $ export PATH=/usr/java/jdk1.3.1_02/bin:$PATH

>> $ which java
>> /usr/java/jdk1.3.1_02/bin/java

>> $ java -version
>> java version "1.3.1_02"
>> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02)
>> Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode)


>>> The java plugin doesn't work under Mozilla 0.98 in my Linux box. The
>>> plugin is downloaded and installed all right the first time one hits a
>>> site that requires such a plugin. However, after restarting Mozilla
>>> and visiting the same site again, when Mozilla attempts to load the
>>> plugin from disk it complains about some unresolved symbol.

>>>    Anyone else observed this?

 
 
 

Mozilla 0.98 and java plugin

Post by dnar » Wed, 13 Feb 2002 19:03:57




>  > The java plugin doesn't work under Mozilla 0.98 in my Linux box. The
>  > plugin is downloaded and installed all right the first time one hits
>  > a site that requires such a plugin. However, after restarting Mozilla
>  > and visiting the same site again, when Mozilla attempts to load the
>  > plugin from disk it complains about some unresolved symbol.

>  > Anyone else observed this?
> No, works fine on mine.  Check to see if you have a link between
> YOURPATH/java2_plugin/libjavaplugin_oji.so and
> YOURPATH/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so
> and that your user has read access to both files and directories.

You are correct, except the plugin and sym link may be owned by root or
bin.

--
dnar of TheGenomeCollective. httn://www.thegenomecollective.com/
Registered Linux User #212818. [kernel 2.2.19-Win4Lin-686] [i686]
6:00pm up 1 day, 9:11, 1 user, load average: 1.12, 1.16, 1.11
...TRANSACTION CANCELLED - FARECARD RETURNED

 
 
 

Mozilla 0.98 and java plugin

Post by Lovecraftesqu » Wed, 13 Feb 2002 23:37:52


Well, thanks for your suggestions everybody, but that is not it. The
plugin is located all right. The problem is the unresolved symbol in the
plugin itself when mozilla tries and load it.


>  > The java plugin doesn't work under Mozilla 0.98 in my Linux box. The
>  > plugin is downloaded and installed all right the first time one hits
>  > a site that requires such a plugin. However, after restarting Mozilla
>  > and visiting the same site again, when Mozilla attempts to load the
>  > plugin from disk it complains about some unresolved symbol.

>  > Anyone else observed this?
> No, works fine on mine.  Check to see if you have a link between
> YOURPATH/java2_plugin/libjavaplugin_oji.so and
> YOURPATH/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so
> and that your user has read access to both files and directories.

 
 
 

Mozilla 0.98 and java plugin

Post by Bilonick, Richar » Sun, 17 Feb 2002 06:28:27


As far as I can see, there is no plugin available for 6.0. There is no
subdirectory named "plugins":

pub/netscape6/english/6.0/unix/linux22/plugins

this directory does not exist at ftp.netscape.com. There is an "xpi"
subdirectory but not "plugins". Same is true for 6.2.1.

I'm having a similar problem. I'm using j2re1.4.0. The plugin fails to
install:

Java 2 Plug-in for Linux: Download was unsuccessful. Please try again.
The Java Plug-in is 7.6Mb and will take you 37 minutes to fully download
with a 28.8 modem or 19 minutes with a 56K modem. Alternatively, you can
download this plug-in directly from our FTP site at
ftp://ftp.netscape.com/pub/netscape6/english/6.0/windows/win32/smartu...

have problems. Error encountered -- -210

I could not find any specific directions for Linux.

Help About Plugins in Mozilla shows many other plugins installed, but
not the java plugin.

Rick Bilonick



>>Meaning what? Would you care to elaborate?

>Did you add the PATH for the NEW java bin?

>Do you have another JAVA (like kaffe) installed as /usr/bin/java?

>If you run the command;

>$ java -version

>--or--

>$ which java

>you will know which java is getting called.

>Also, if you use the new JDK 1.4 version, try the 6.0 instead of 6.2
>(I heard, have not tested though).

>I have Mozilla 0.98 with Sun JDK 1.3.1_02 and the plugin works great.


>>>$ export PATH=/usr/java/jdk1.3.1_02/bin:$PATH

>>>$ which java
>>>/usr/java/jdk1.3.1_02/bin/java

>>>$ java -version
>>>java version "1.3.1_02"
>>>Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02)
>>>Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode)


>>>>The java plugin doesn't work under Mozilla 0.98 in my Linux box. The
>>>>plugin is downloaded and installed all right the first time one hits a
>>>>site that requires such a plugin. However, after restarting Mozilla
>>>>and visiting the same site again, when Mozilla attempts to load the
>>>>plugin from disk it complains about some unresolved symbol.

>>>>        Anyone else observed this?

 
 
 

Mozilla 0.98 and java plugin

Post by James Bros » Sun, 17 Feb 2002 06:44:54


http://java.sun.com/j2se/1.3/jre/download-linux.html

http://java.sun.com/j2se/1.3/download-linux.html

These versions works well with Mozilla and Gaelon.


> As far as I can see, there is no plugin available for 6.0. There is no

 
 
 

Mozilla 0.98 and java plugin

Post by James Bros » Sun, 17 Feb 2002 13:13:08


Actually, you just need to make a symbolic link to mozilla plugins.

For Mozilla and Gaelon (check that these directories exist, or adjust for your system)

$ ln -s /usr/java/j2sdk1.4.0/jre/plugin/i386/ns600/libjavaplugin_oji140.so /usr/lib/mozilla/plugins/libjavaplugin_oji140.so

As for Netscape 4.7x (check that these directories exist, or adjust for your system)

$ export NPX_PLUGIN_PATH="/usr/java/j2sdk1.4.0/jre/plugin/i386/ns4:/usr/lib/netscape/plugins:$HOME/.netscape/plugins"

http://java.sun.com/products/plugin/1.3/docs/quick_start.html
STEP 4

--


> I'm using j2re1.4.0. The plugin fails to

 
 
 

Mozilla 0.98 and java plugin

Post by Andrew Schult » Mon, 18 Feb 2002 01:55:16



> As far as I can see, there is no plugin available for 6.0. There is no
> subdirectory named "plugins":

absolutely!

Quote:> this directory does not exist at ftp.netscape.com. There is an "xpi"
> subdirectory but not "plugins". Same is true for 6.2.1.

all the packages are in the xpi directories.  You would want jre.xpi
(Java Runtime Environment)

The URLs from James would probably work too, but the .xpi file would do
it more automagically.
--
------------------------------------------------------------------
  Andrew Schultz                    | The views expressed might

  http://www4.ncsu.edu/~ajschult/   | They are however, correct.

 
 
 

Mozilla 0.98 and java plugin

Post by David Bolto » Mon, 18 Feb 2002 12:43:24


[snip]

Quote:> I'm having a similar problem. I'm using j2re1.4.0. The plugin fails to
> install:

> Java 2 Plug-in for Linux: Download was unsuccessful. Please try again.

I also had a little trouble installing the java plugin for Mozilla,
getting that exact message you did when I downloaded it as a non-root
user.  I logged in as root and downloaded the plugin from the sun site
and it installed and worked without a hitch.

Best regards,
David
--
00110010 10010110 01110110 10101110 00011110
www.ideaplace.org/dlb.html

 
 
 

1. mozilla 0.98 & OR 1.0 turmoil on mandrake 8.2

mozilla 0.98 & OR 1.0 turmoil on mandrake 8.2

perhaps some of you have experienced this.
you might have been using mozilla 0.98 with minor complaints for
browsing and mail and news; then one day mozilla redirected you to the
1.0 upgrade and you downloaded the tgz file

like me, you probably installed it in /usr/local/
cd to the /usr/local/mozilla-install/ dir and ran the install sh

then, like me, you may have noticed that
[1] the `which mozilla` that you run was not linked to the newer
version, and
[2] you had a virgin configuration so no mail, group, or addressbook.

the first problem of the binary i thought i could fix by linking
/usr/bin/mozilla to the mozilla in the new /usr/local/mozilla/ dir;
ALWAYS occurs segmentation fault with Cannot find mozilla runtime
directory. Exiting

i must run the entire path /usr/local/mozilla/mozilla *each time*
this defies all logic, but it's true.
i shouldn't speculate since my specialty is not mozilla, but i suspect
there is some MOZILLA env variable that is screwed up

[2] is the major problem.
when i first ran the new 1.0 mozilla, the software asked me to define
my email account etc.  there apparently was *no way* to point mozilla
to my old Inbox and Addressbook and mail files

*if* i had had this option, then there might have not been so much
hell afterwards

sadly, there is apparently no way to do this.
therefore, depending on my emails for schedules, tasks, and
information from lists etc, i needed my email back up and running
immediately.

i then executed a /bin/cp -frp from my *old* mozilla so-called
"profile" dir with its cryptic name d0cfswr.zjt and copied all the
files to the new "profile" directory recursively.

then i restarted mozilla
the profile appeared, in addition to the profile i configured at the
time of the first startup, but the Inbox was not visible

then the Addressbook and Bookmarks
same thing

i tried various configurations and copy attempts to no good end

so here is my question

what should i do the next time i install mozilla in order to
*preserve* ALL my settings, including
o all mail settings
o addressbook
o bookmarks

i was beginning to enjoy mozilla and then discovered that its
configuration is too complex simply to copy over files

there are 142 megabytes in my .mozilla dir
not much of that is mail anymore and i can't access it anyway (no, not
a perms issue, the files simply do not display in the mozilla mail and
newsgroups applet or whatever it is)

Hope someone can help guide me so that i can preserve these things in
the future

**second question**

how do i know exactly which files belong to the

o addressbook configuration
o email configuration
o bookmarks

is there a way that i can ***MERGE*** these files into a current
configuration?    i must hand it to sendmail, at least i can cat a
/var/spool/mail/user inbox file to another mailbox name and it will
work fine

i suppose mozilla programmers forgot one of the most foundational
principles of programming: KISS

2. NIS and iptables

3. mozilla and java plugin

4. Why does my module not load?

5. Java plugin & Mozilla

6. Rights in NT

7. java plugin for mozilla in 5-RC3

8. os/2 bootmgr?

9. Mozilla / java plugin / proxies

10. mozilla java plugin ?

11. Java Plugin for mozilla

12. Java plugin not working in mozilla-devel?

13. mozilla/java plugin problem