From owner-freebsd-questions Wed May 22 09:30:56 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08164 for questions-outgoing; Wed, 22 May 1996 09:30:56 -0700 (PDT) Received: from mail.netvision.net.il (mail.NetVision.net.il [194.90.1.6]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA08156 for ; Wed, 22 May 1996 09:30:47 -0700 (PDT) Received: from telgate.telrad.co.il (telgate.telrad.co.il [194.90.21.130]) by mail.netvision.net.il (8.7.5/8.7.3) with SMTP id TAA19645; Wed, 22 May 1996 19:26:17 +0300 (IDT) Received: from elex.co.il (tlhuph12.elex.co.il) by telgate.telrad.co.il (4.1/SMI-4.1) id AA14346; Wed, 22 May 96 19:26:31 IDT Received: from cpm.elex.co.il (tcpmma01.elex.co.il) by elex.co.il with ESMTP (1.37.109.16/16.2) id AA046882296; Wed, 22 May 1996 19:24:56 +0300 Received: from tlcpmh34.elex.co.il by cpm.elex.co.il with ESMTP (1.37.109.16/16.2) id AA299672348; Wed, 22 May 1996 19:25:49 +0300 Received: by tlcpmh34.elex.co.il ($Revision: 1.37.109.26 $/15.6) id AA076842348; Wed, 22 May 1996 19:25:48 +0300 Date: Wed, 22 May 1996 19:25:47 +0300 (IDT) From: Edward Beili X-Sender: edward@tlcpmh34.elex.co.il To: Terry Lambert Cc: questions@freebsd.org Subject: Re: Netscape 3.0beta and Java in FreeBSD In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Terry, I tried your suggestions (mkfontdir and removed all environment variables that even closely resembled "*C*") - it didn't help. I tried to link moz3_0.zip and classes.zip to the current dir and did: setenv CLASSPATH '.:moz3_0.zip:classes.zip' netscape -java sun.tools.javac.Main Test.java Now the stupid thing crashed with Segmentation fault. What else could be wrong? Thanks, -Edward On Mon, 20 May 1996, Terry Lambert wrote: >On Mon, 20 May 1996, Edward Beili wrote: > >> Hi, >> Last night I tried the latest Netscape 3.0 beta on FreeBSD 2.1R >> (486DX33 with 8Mb of RAM). It didn't run Java applets >> even though Netscape says it should. More over when I attempted >> to use its built-in Java compiler >> (netscape -java sun.tools.javac.Main Test.java) >> it crashed with "Memory fault" error. I suspect it wants more memory... >> Did anybody have a better experience? For that matter what is the status >> of JDK for FreeBSD? >> >> Regards, >> -Edward >> > Here is one fix (as root): > cd /usr/X11R6/lib/X11/fonts/misc > /usr/X11R6/bin/mkfontdir > > There is also an environment variable (with a "C" in it if I remember) > that you should *unset* for JAVA to work. > > > Terry Lambert > terry@lambert.org