Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2009 10:08:25 +1300
From:      Jonathan Chen <jonc@chen.org.nz>
To:        Kurt Buff <kurt.buff@gmail.com>
Cc:        FreeBSD Questions <questions@freebsd.org>
Subject:   Re: Firefox and Java?
Message-ID:  <20090121210825.GA3294@osiris.chen.org.nz>
In-Reply-To: <a9f4a3860901211111r75279e74k1a103f8c8581a7e6@mail.gmail.com>
References:  <a9f4a3860901211111r75279e74k1a103f8c8581a7e6@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 .

-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
    The Internet: an empirical test of the idea that a million monkeys
                banging on a million keyboards can produce Shakespeare



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090121210825.GA3294>