Date: Thu, 11 Mar 2004 12:11:00 -0800 From: Gary Kline <kline@thought.org> To: FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG> Subject: in the FWIW department.... Message-ID: <20040311201100.GA10440@tao.thought.org>
next in thread | raw e-mail | index | archive | help
In late Janury, Herren Georg-W. Koltermann and Martin Cracauer were discussing howto get the java runtime plugin working with linux-mozilla. I've already figured out how to get the flashplugin6, realplayer, and other plugins installed with linux-mozilla-1.5. Here is the part with the jre. (Notes from my ~/.howto file) // Getting java applets to work with linux-mozilla-1.5 // GET libgcc_so.1 from <wherever>. (I scp'd it from my RH box into /tmp) // Then as root: # mv /tmp/libgcc_s.so.1 /usr/compat/linux/lib // check file just to be sure: # cd /usr/compat/linux/lib # file libgcc_s.so.1 libgcc_s.so.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped // Next, symlink the linux-sun java runtime plugin (ns610-gcc3*) into the // linux-mozilla/plugins directory: # ln -s /usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/local/lib/linux-mozilla/plugins # ls /usr/local/lib/linux-mozilla/plugins libjavaplugin_oji.so@ Hope this saves others some time. gary -- Gary Kline kline@thought.org www.thought.org Public service Unix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040311201100.GA10440>