Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2003 09:19:28 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        "C. Ulrich" <dincht@securenym.net>
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   Re: cross-compiling Linux apps on FreeBSD
Message-ID:  <20031016081928.GB93769@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <200310152130.h9FLU7V04885@anon.securenym.net>
References:  <200310150005.h9F05T829532@anon.securenym.net> <20031015003825.GA49177@rot13.obsecurity.org> <200310152130.h9FLU7V04885@anon.securenym.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--UHN/qo2QbUvPLonB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Oct 15, 2003 at 05:27:45PM -0400, C. Ulrich wrote:
> On Tue, 2003-10-14 at 20:38, Kris Kennaway wrote:
> > On Tue, Oct 14, 2003 at 08:04:24PM -0400, C. Ulrich wrote:

> > > My conundrum is this: I want to be able to use a Java (and perhaps
> > > Flash) plugin with Firebird on my FreeBSD workstation. From what I
> > > understand, a native FreeBSD Java web browser plugin doesn't quite ex=
ist
> > > and isn't likely to in the near future.
> >=20
> > That's incorrect..there are several.
>=20
> Hrm. After doing some looking around on the mailing lists, I was under
> the assumption that there weren't or that they were unusable. I'd
> greatly appreciate it if you could point me to them. Thanks!

If you install any of java/jdk13 java/jdk14 java/diablo-jre13 or
java/diablo-jdk13 you will find at least:

    ${JAVA_HOME}/jre/plugin/i386/ns600/libjavaplugin_oji.so
    ${JAVA_HOME}/jre/plugin/i386/ns600/libjavaplugin_oji_g.so

[The latest jdk14 port also has:

    ${JAVA_HOME}/jre/plugin/i386/ns610/libjavaplugin_oji.so
    ${JAVA_HOME}/jre/plugin/i386/ns610_g/libjavaplugin_oji_g.so
]

Choose which JDK/JRE you want, and whichever version of the plugin you
prefer -- the '_g' suffix means unstripped, debug code included -- and
make a sym-link to it from /usr/X11R6/lib/browser_plugins:

    # cd /usr/X11R6/lib/browser_plugins
    # ln -s ${JAVA_HOME}/jre/plugin/i386/ns610/libjavaplugin_oji.so .

(Note that the java/jdk13 and java/jdk14 ports require you to jump
through hoops in order to download the source code in order to comply
with Sun's licensing terms.  They're also fairly huge compilation jobs
to install them.)

If you install or re-install mozilla and you have the java/jdk13 port
already installed it will create such a symlink automatically.

Anyhow, fire up mozilla and check that it has registered the plugin
using the 'about:plugins' URL.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

--UHN/qo2QbUvPLonB
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/jlSQdtESqEQa7a0RAp/YAJ9orrN2DxBRcX7FG7vzZ5os2h2Y6wCfZ7QK
Plrbs9Sa4K/66NbahMqKihI=
=Sbb0
-----END PGP SIGNATURE-----

--UHN/qo2QbUvPLonB--



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