From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 24 00:35:31 2007 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A90116A400 for ; Tue, 24 Apr 2007 00:35:31 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 145F913C43E for ; Tue, 24 Apr 2007 00:35:30 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so60289ugh for ; Mon, 23 Apr 2007 17:35:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=M7tqABY6e+KXhCl2IfWhZ8Q0v++xPNq2k6HynCg5Qg6WxlIMRVfPE8/LPihEyw2+/gTKas9/UpsH7g/pxRaCZ+u6e/FUJtIKpMVSB0tRCuY1s7oBIDsjltC4rEYSbZkZyXiU+XI8joczm0ojKEiPluEOdhvRSQ2kw9QVHhb5nIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=uBCL4yLQV3P9wOFLPEp+iyaYBe0L+xpu/wXcaUvJq+zQ6KjGc1kIJtWOiV4a0HMCsQl9uKtnGQbdgc359S190+BPf7KdMDHWUT0Pz4/sHp1KrzXOFfta1uZYGiMgWAgqI5dPY9NbEl824RjwdCKO8Zuv10x2czELM8u30rSUjSw= Received: by 10.67.88.17 with SMTP id q17mr156452ugl.1177373330023; Mon, 23 Apr 2007 17:08:50 -0700 (PDT) Received: from darklight.local ( [83.239.5.254]) by mx.google.com with ESMTP id j9sm16301023mue.2007.04.23.17.08.47; Mon, 23 Apr 2007 17:08:49 -0700 (PDT) Received: from darklight.local (localhost [127.0.0.1]) by darklight.local (8.14.1/8.14.1) with ESMTP id l3O08gUI069336; Tue, 24 Apr 2007 04:08:43 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.local (8.14.1/8.14.1/Submit) id l3O08V7s069331; Tue, 24 Apr 2007 04:08:31 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.local: yuri set sender to yuri.pankov@gmail.com using -f Date: Tue, 24 Apr 2007 04:08:30 +0400 From: Yuri Pankov To: Jeffrey Williams Message-ID: <20070424000830.GA44762@darklight.local> References: <462D420A.403@sailorfej.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <462D420A.403@sailorfej.net> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-amd64@freebsd.org Subject: Re: Firefox java plugin X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2007 00:35:31 -0000 On Mon, Apr 23, 2007 at 04:32:26PM -0700, Jeffrey Williams wrote: > I am running Freebsd 6.2, and I just installed Firefox 2.0.0.3,1 and > diablo-jdk-1.5.0.07.01_3, it doesn't seem to have included the java plugin > library, at least I can't find it in the jre/lib/amd64 directory, and there > is no plugin directory. > > I the java plugin not supported on amd64? if so, how do I get working? > > Thanks > Jeff Guessing on ports/java/jdk15/Makefile browser plugin and Java Web Start are not supported on amd64. .if ${MACHINE_ARCH} == "amd64" WITHOUT_WEB= yes .else OPTIONS+= WEB "Enable the browser plugin and Java Web Start" on .endif HTH -- Yuri