From owner-freebsd-java@FreeBSD.ORG Fri Mar 21 15:51:43 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id F1C261065670; Fri, 21 Mar 2008 15:51:42 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-java@freebsd.org Date: Fri, 21 Mar 2008 11:51:29 -0400 User-Agent: KMail/1.6.2 References: <491592.15241.qm@web51109.mail.re2.yahoo.com> In-Reply-To: <491592.15241.qm@web51109.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200803211151.33269.jkim@FreeBSD.org> Cc: Dino Vliet , glewis@freebsd.org, freebsd-questions@freebsd.org Subject: Re: java plugin for Firefox on AMD64 running FreeBSD 6.3 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2008 15:51:43 -0000 On Friday 21 March 2008 08:46 am, Dino Vliet wrote: > Hi folks, > > I'm lost at finding a solution for getting the java plugin to work > in Firefox 2.11 on my AMD64 system running FreeBSD 6.3. > > I've upgraded my ports and the diablo-jdk version is: > pkg_info | grep diablo > diablo-jdk-1.5.0.07.01_9 Java Development Kit 1.5.0_07.01 > > The handbook said I needed the JRE so I installed that as well: > > pkg_info | grep diablo > diablo-jdk-1.5.0.07.01_9 Java Development Kit 1.5.0_07.01 > diablo-jre-1.5.0.07.01_9 Java Runtime Environment 1.5.0_07.01 > > But now I need to do this in order to see the java plugin activated > when I press about:plugins: > > # ln -s > /usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so \ > /usr/local/lib/browser_plugins/ > > But I don't have a plugin directory in the > /usr/local/diablo-jre1.5.0 directory, so I won't have that file > libjavaplugin_oji.so either. diablo-jdk/-jre does not have Mozilla plugin for amd64. You have to build *JDK* from ports with plugin support, i.e., ports/java/jdk15 or ports/java/jdk16. Jung-uk Kim