From owner-freebsd-java Wed Apr 1 08:02:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27258 for freebsd-java-outgoing; Wed, 1 Apr 1998 08:02:26 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27253 for ; Wed, 1 Apr 1998 08:02:24 -0800 (PST) (envelope-from kelly@plutotech.com) Received: from plutotech.com (tampopo.plutotech.com [206.168.67.161]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id JAA05735; Wed, 1 Apr 1998 09:02:11 -0700 (MST) Message-ID: <35226503.B4E4EE3D@plutotech.com> Date: Wed, 01 Apr 1998 09:02:11 -0700 From: Sean Kelly Organization: Pluto Technologies X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Christoph Kukulies CC: java@FreeBSD.ORG Subject: Re: screwed my netscape (4.04) References: <199804010851.KAA00596@gilberto.physik.RWTH-Aachen.DE> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I hate saying this: but it works for me. (1) My CLASSPATH is: /u/kelly/classes:/u/kelly/classes/swingall.jar:/usr/local/share/classes:. (2) JAVA_HOME is *not* set. (3) My wrapper (called `communicator') is the following: #!/bin/sh export XKEYSYMDB ; XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB export XNLSPATH ; XNLSPATH=/usr/X11R6/lib/X11/nls export XAPPLRESDIR ; XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults export MOZZILA_HOME; MOZZILA_HOME=/usr/local/lib/netscape exec /usr/local/lib/netscape/netscape $* I run the same Communicator version you do. (4) In my ~/.netscape, there are no *.jar or *.zip files. (5) All of Communicator's .jar files are in /usr/local/lib/netscape/java/classes. If you make your settings similar to these, it might work. And to definitely make it work, modify your wrapper. Add these two lines just before the "exec": unset CLASSPATH unset JAVA_HOME Take care. --Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message