From owner-freebsd-questions Wed Apr 9 17:17:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA29049 for questions-outgoing; Wed, 9 Apr 1997 17:17:15 -0700 (PDT) Received: from Pkrw.tcn.net (Pkrw.tcn.net [199.166.4.58]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA29042 for ; Wed, 9 Apr 1997 17:17:09 -0700 (PDT) Received: from localhost (krw@localhost) by Pkrw.tcn.net (8.8.5/8.8.5) with SMTP id UAA00768 for ; Wed, 9 Apr 1997 20:20:35 -0400 (EDT) X-Authentication-Warning: Pkrw.tcn.net: krw owned process doing -bs Date: Wed, 9 Apr 1997 20:20:34 -0400 (EDT) From: "Kenneth R. Westerback" To: freebsd-questions@freebsd.org Subject: Netscape 4.0b3 + Java = Floating point exception on 2.2-STABLE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have seen a number of messages flowing by the last little while about trouble getting Java to work on FreeBSD x.x.x. I'm afraid I must add myself to the troubled group. I just installed Communicator 4.0b3 using the port that was updated today (April 9) and I get the familiar 'Floating point exception' message and a quick disappearance of Communicator whenver Java tries to start up. Several messages mentioned that the CLASSPATH had to be unset to make Java work so my current /usr/local/bin/netscape wrapper looks like: #!/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 CLASSPATH ; CLASSPATH=.:/usr/local/lib/netscape exec /usr/local/lib/netscape/netscape.bin $* and still it crashes. I copied the *.jar files (ifc11.jar, iiop10.jar, jae40.jar java40.jar) into ALL the locations mentioned in the README: The current directory (~) /usr/local/netscape/java/classes /usr/local/lib/netscape $HOME/.netscape and still it crashes. Would someone who has it working post their wrapper file and a list of the *.jar (or other java class) files they have installed, with a note of exactly where they are installed. ---- Ken