Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2003 21:26:30 +0000
From:      j.e.drews@att.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60213: Java is not working in Mozilla. FIX
Message-ID:  <121320032126.10508.3555@att.net>
Resent-Message-ID: <200312132130.hBDLUQkk047948@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60213
>Category:       ports
>Synopsis:       Java is not working in Mozilla. FIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 13 13:30:26 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD mobile.silbsd.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0:
Sun Dec 7 01:21:00 CST 2003
 root@mobile.silbsd.org:/usr/obj/usr/src/sys/STABLE49 i386

>Description:
Java applets will not run in mozilla-gtk2-1.5_1, even though
diablo-jdk-1.3.1.0 and diablo-jre-1.3.1.0 java packages were
installed. Instead the following error message appeared:
LoadPlugin: failed to initialize shared library
/usr/local/diablo-jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
[Shared object "libintl.so.4" not found]

>How-To-Repeat:
Load /usr/local/diablo-jdk1.3.1/demo/applets/Animator/example1.html and the
Java applet will not run. 

Reason:
libintl.so.4 is not isntalled but libintl.so.5 is.

>Fix:

As root do:
Step 1) # cd /usr/local/lib
Step 2) # ln -s libintl.so.5 libintl.so.4
Step 3) Make sure you have a symbolic link to libjavaplugin_oji.so. Do:
  a) # cd /usr/X11R6/lib/mozilla-gtk2/plugins
  b) # ln -s /usr/local/diablo-jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
>Release-Note:
>Audit-Trail:
>Unformatted:
 To: FreeBSD-gnats-submit@freebsd.org
 From: Jonathan Drews
 Reply-To: Jonathan <xfce>
 Cc:
 X-send-pr-version: 3.113
 X-GNATS-Notify:
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?121320032126.10508.3555>