Re: jdk-1.5.0 + mozilla

2005-07-19 Thread Jorge Mario G. Mazo

 --- Zumba [EMAIL PROTECTED] escribió:

 After updating java vm from 1.4.2 to 1.5.0 my
 browser (firefox) stoped
 works with java. I readed somewhere that this patch
 (jdk-1.5.0 patchset
 1) not offers a plugin for it.
 
 Is it true?
 YUP


=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: jdk and mozilla

2003-03-31 Thread Tak Pui LOU
The error message now is:

LoadPlugin: failed to initialize shared library
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
[/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined
symbol _ZTV17nsGetServiceByCID]

What else am I missing?

Thanks,
---
Lou

 this message is shown when mozilla is compiled with gtk2. Then jre is
 unable to
 find gtk12.
 I have added in /usr/X11R6/bin/mozilla:

 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/X11R6/lib/mozilla
 export LD_LIBRARY_PATH
 LD_PRELOAD=/usr/local/lib/libflashplayer.so.1:\
 /usr/X11R6/lib/libgdk-x11-2.0.so.200:/usr/X11R6/lib/libgdk12.so.2:\
 /usr/X11R6/lib/libgdk_pixbuf-2.0.so.200:/usr/X11R6/lib/libgtk-x11-2.0.so.200:\
 libgtk12.so.2
 export LD_PRELOAD

 It worked for me. You can remove /usr/local/lib/libflashplayer.so.1 if don't
 hava flashplugginwrapper installed.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.1 (FreeBSD)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQE+g1U+pNlg9U5al0wRAu23AJ96YhVmDUhrq0gq9wQfom3KsnFxWwCdEOg8
 xtnqpNj2cI0nhIIx8gYjjDs=
 =CrQZ
 -END PGP SIGNATURE-





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: jdk and mozilla

2003-03-31 Thread Gary D Kline
On Mon, Mar 31, 2003 at 12:10:18AM -0800, Tak Pui LOU wrote:
 The error message now is:
 
 LoadPlugin: failed to initialize shared library
 /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
 [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined
 symbol _ZTV17nsGetServiceByCID]
 
 What else am I missing?
 


Which mozilla are you using? the  BSD version or linux-mozilla?
I think this plugin stuff works only with the linux-mozilla port.

gary



 Thanks,
 ---
 Lou
 
  this message is shown when mozilla is compiled with gtk2. Then jre is
  unable to
  find gtk12.
  I have added in /usr/X11R6/bin/mozilla:
 
  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/X11R6/lib/mozilla
  export LD_LIBRARY_PATH
  LD_PRELOAD=/usr/local/lib/libflashplayer.so.1:\
  /usr/X11R6/lib/libgdk-x11-2.0.so.200:/usr/X11R6/lib/libgdk12.so.2:\
  /usr/X11R6/lib/libgdk_pixbuf-2.0.so.200:/usr/X11R6/lib/libgtk-x11-2.0.so.200:\
  libgtk12.so.2
  export LD_PRELOAD
 
  It worked for me. You can remove /usr/local/lib/libflashplayer.so.1 if don't
  hava flashplugginwrapper installed.
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.2.1 (FreeBSD)
  Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
  iD8DBQE+g1U+pNlg9U5al0wRAu23AJ96YhVmDUhrq0gq9wQfom3KsnFxWwCdEOg8
  xtnqpNj2cI0nhIIx8gYjjDs=
  =CrQZ
  -END PGP SIGNATURE-
 
 
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: jdk and mozilla

2003-03-31 Thread Wilkinson,Alex
erm...no, it works fine with the native mozilla binary.

 - aW


Which mozilla are you using? the  BSD version or linux-mozilla?
I think this plugin stuff works only with the linux-mozilla port.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: jdk and mozilla

2003-03-22 Thread Todd Zimmermann
Tak Pui LOU wrote:
Hi All,

I can't get the java (JDK1.3.1 Native) plugin working on Mozilla. The
error message is
LoadPlugin: failed to initialize shared library
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
[/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined
symbol gdk_input_add]
---
Lou 
Try this:

ln -s /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so 
/usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message