From owner-freebsd-mozilla@FreeBSD.ORG Tue Dec 23 08:10:35 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99F5F16A4D3 for ; Tue, 23 Dec 2003 08:10:35 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1581143D3F for ; Tue, 23 Dec 2003 08:10:34 -0800 (PST) (envelope-from freebsd-mozilla@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AYp7A-0006e6-00 for ; Tue, 23 Dec 2003 17:10:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mozilla@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AYoqf-0006WD-00 for ; Tue, 23 Dec 2003 16:53:29 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AYoqf-0000x0-00 for ; Tue, 23 Dec 2003 16:53:29 +0100 From: "Scott I. Remick" Date: Tue, 23 Dec 2003 10:53:28 -0500 Lines: 21 Message-ID: References: <20031220161256.61102.qmail@web80708.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) X-Archive: encrypt Sender: news Subject: Re: flash and java plugins X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2003 16:10:36 -0000 On Sat, 20 Dec 2003 16:12:56 +0000, Jose Maria Kulalapnot wrote: > how can i run the native mozilla with the flash6 and java 1.4.2 working > fine? For flash, I think you want: /usr/ports/www/flashpluginwrapper/ Works for me. Be sure to follow the instructions given to you after installing the port. For Java, I think I went here: http://plugindoc.mozdev.org/faqs/java.html Except on FreeBSD the plugin is installed in: /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so And the Mozilla plugins folder is: /usr/X11R6/lib/browser_plugins/ So create a link in the Moz plugins folder that points to the .so file and Mozilla should be happy.