From owner-freebsd-questions@FreeBSD.ORG Wed Jan 21 21:31:38 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23FF1065707 for ; Wed, 21 Jan 2009 21:31:38 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 8C41E8FC13 for ; Wed, 21 Jan 2009 21:31:38 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1637521ywe.13 for ; Wed, 21 Jan 2009 13:31:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=19P2OB5S4qcbfRYO5fBcn3Qt7ETByYBhcPU3hAElg2Y=; b=S3X8YWWcWqHDdnVqT3nAJxJIvM9lzye/DBFcNHLYHZMFOmXL3oNX7CEAkhetKTKVnd VDmQbS6OGpUjy0dJdJ4zyXgmn+kV/4IQ4fFdhDRamjpUKsa7JkuRuD4phJCDGt0sWpug SBAym/brGJxBAw3MfRO+Lml3MUYOOGHKLsMc4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=to7o1R2QtQdvhTzOceP05WfCqE8xrELhPR06DoJ4+sx4Xev2KAq0a/fx+FCAaxkTtB 8euPm5VQNEzC7Fl1I6ffSsJGM8mrUVpGofDH7sBEqe7Y+20uqPuV4FAMLwTsvCV44wTo yeQLWvqFJRS+pqN5Wsjd4qLZNuqp6l2Eo9bXI= MIME-Version: 1.0 Received: by 10.142.143.14 with SMTP id q14mr2033771wfd.219.1232573497581; Wed, 21 Jan 2009 13:31:37 -0800 (PST) In-Reply-To: <20090121210825.GA3294@osiris.chen.org.nz> References: <20090121210825.GA3294@osiris.chen.org.nz> Date: Wed, 21 Jan 2009 13:31:37 -0800 Message-ID: From: Kurt Buff To: Jonathan Chen Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Firefox and Java? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2009 21:31:39 -0000 On Wed, Jan 21, 2009 at 1:08 PM, Jonathan Chen wrote: > On Wed, Jan 21, 2009 at 11:11:58AM -0800, Kurt Buff wrote: >> Can't seem to get this working - trying to use a java client for our >> SSL VPN appliance, and am getting told by the browser that Java isn't >> enabled. >> >> I see "/usr/local/lib/browser_plugins/libjavaplugin_oji.so", so >> according to the googling I've been doing that's correct. Any thoughts >> on how to proceed? > > The default firefox3 doesn't use the standard browser plugin > location. You have to: > > # cd /usr/local/lib/firefox3/plugins > # ln -s /usr/local/lib/browser_plugins/libjavaplugin_oji.so . That worked like a champ! Thanks! I'm now happily working from home. Kurt