From owner-freebsd-java@FreeBSD.ORG Tue Apr 8 04:06:37 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B504A37B401 for ; Tue, 8 Apr 2003 04:06:37 -0700 (PDT) Received: from mail.acsys.it (mail.acsys.it [195.223.72.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2779A43F85 for ; Tue, 8 Apr 2003 04:06:37 -0700 (PDT) (envelope-from enrcarta@libero.it) Received: from libero.it (fw.acsys.it [195.223.72.254]) by mail.acsys.it (Postfix) with ESMTP id EEA27336925; Tue, 8 Apr 2003 13:06:35 +0200 (CEST) Message-ID: <3E92AD33.8050204@libero.it> Date: Tue, 08 Apr 2003 13:06:27 +0200 From: Enrico Carta Organization: Advanced Computer Systems User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20030104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Booth , sheldonh@starjuice.net, freebsd-java@freebsd.org References: <3E92A71A.3020100@libero.it> <3E92A9FF.7060304@austin.rr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Question on Java plugin X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 11:06:38 -0000 Thanks everybody! Ciao, Enrico David Booth wrote: > Enrico Carta wrote: > >> >> >> Hi. >> >> I'm using 5.0-RELEASE FreeBSD 5.0-RELEASE #0 and I wish to know how to >> install Java in order to use as a Mozilla plug-in. >> >> > If you install the jdk1.3.1 from the ports tree, it will include a > plugin for Mozilla. You then symlink the plugin to libjavaplugin_oji.so > in your mozilla plugin directory as described in the mozilla docs. >