From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 23:00:54 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5E4D16A4CE for ; Tue, 15 Feb 2005 23:00:54 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD0443D31 for ; Tue, 15 Feb 2005 23:00:54 +0000 (GMT) (envelope-from dawgeestyle@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so938517rng for ; Tue, 15 Feb 2005 15:00:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=XgH3YODEOgZKaWv+pF1/0v7fLcXAjsQvXnFp0BR5DRVXXqyDtNvCG8sxwBlqMkk+iL69E8rHaOFC6pPtwQWstsOea3LealpYljdwsaymFkR5WhqJnlbFKxd063kYOK65CQNkwCXh2EdaU5gcf1V+1jgFWtXhEo3Gk4i3Qn9rW3A= Received: by 10.38.152.11 with SMTP id z11mr165860rnd; Tue, 15 Feb 2005 15:00:53 -0800 (PST) Received: by 10.38.73.32 with HTTP; Tue, 15 Feb 2005 15:00:51 -0800 (PST) Message-ID: <5ae9cd5505021515004eaf5438@mail.gmail.com> Date: Tue, 15 Feb 2005 18:00:51 -0500 From: Benjamin Dover To: RL In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: FreeBSD Mailing List Subject: Re: Firefox and java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Benjamin Dover List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 23:00:55 -0000 On Tue, 15 Feb 2005 17:22:43 -0500, RL wrote: > Java isn't showing up in about:plugins on Firefox. I compiled java > (when I compiled OpenOffice) and here is my /etc/libmap.conf entry for > it (maybe I missed something?) > > [/usr/local/jdk1.4.2/bin/java] > libkse.so.1 libc_r.so.5 > libkse.so libc_r.so > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Once I added the jdk14 port I had to create the following symlink to get java to work and show up in the plugins. ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so /usr/X11R6/lib/browser_plugins/ Hope this helps.