From owner-freebsd-questions Wed May 22 13:24:37 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA23744 for questions-outgoing; Wed, 22 May 1996 13:24:37 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA23739 for ; Wed, 22 May 1996 13:24:35 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA04915; Wed, 22 May 1996 13:19:29 -0700 From: Terry Lambert Message-Id: <199605222019.NAA04915@phaeton.artisoft.com> Subject: Re: Netscape 3.0beta and Java in FreeBSD To: edward@cpm.telrad.co.il (Edward Beili) Date: Wed, 22 May 1996 13:19:29 -0700 (MST) Cc: terry@lambert.org, questions@freebsd.org In-Reply-To: from "Edward Beili" at May 22, 96 07:25:47 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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? unsetenv CLASSPATH. THAT'S the one that causes the problem. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.