From owner-freebsd-questions Fri Mar 1 07:11:42 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA17878 for questions-outgoing; Fri, 1 Mar 1996 07:11:42 -0800 (PST) Received: (from jmb@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA17866 Fri, 1 Mar 1996 07:11:39 -0800 (PST) From: "Jonathan M. Bresler" Message-Id: <199603011511.HAA17866@freefall.freebsd.org> Subject: Re: which netscape supports java? To: robert@steffi.mnsinc.com Date: Fri, 1 Mar 1996 07:11:39 -0800 (PST) Cc: questions@freebsd.org In-Reply-To: <199603010502.AAA00266@steffi.dgs.com> from "Robert Nicholson" at Mar 1, 96 00:02:48 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org Precedence: bulk Robert Nicholson wrote: > > Hi, I've tried 2.0 with Linux compat etc and it crashes when you go to > Netscapes homepage... > > So can somebody tell me if they've got a current version working with java? here are the steps that i took this morning to get netscape with java working through linux emulation. 0. run X in either 8 bit (or 24 bit or 32 bit ???) mode 1. create /compat/linux/etc and /compat/linux/etc/lib 2. create /compat/linux/etc/host.conf containing: "order hosts, bind" 3. get the package linux_lib-1.0.tgz from ftp.freebsd.org or the 2.10R install cdrom (/packages/All/linux_lib-1.0.tgz) 4. install the package (pkg_add -v linux_lib-1.0.tgz) 5. load the linux emulator (modload -e linux_init /lkm/linux_mod.o) 6. get the linux version of netscape 7. install it carefully (some parts are) /usr/local/netscape/java/classes/moz2_0.zip /usr/X11R6/lib/X11/XKeysymDB /usr/X11R6/lib/X11/nls/{C,nls.dir} 8. you may get a very large number of console messages "syslog() not supported (BSD sigreturn)" to get rid of these you must unload the linux emulator (modunload, use modstat to get the id) edit /sys/i386/linux/linux_dummy.c comment out the printf on line 195 recompile /lkm/linux_mod.o load the new emulator (5. above)