From owner-freebsd-java Fri Jul 2 9: 0: 7 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (unknown [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 75AA015251 for ; Fri, 2 Jul 1999 08:59:53 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA13598; Fri, 2 Jul 1999 09:59:52 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA26057; Fri, 2 Jul 1999 09:59:51 -0600 Date: Fri, 2 Jul 1999 09:59:51 -0600 Message-Id: <199907021559.JAA26057@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Michael Oehler Cc: freebsd-java@FreeBSD.ORG Subject: Re: SIGSEG -- JDK 1.1.8 & 1.1.7 for FreeBSD In-Reply-To: <377F7F25.21B5D879@tycho.ncsc.mil> References: <377F7F25.21B5D879@tycho.ncsc.mil> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I am running FreeBSD 3.2-RELEASE #2. > Whenever I use any of the JDK executables javac or javadoc, > I get an OS exception. > > Has anyone encourntered this before? > Is it an ELF issue? > Missing a shared lib? > Does the JDK execute/been tested with FreeBSD 3.2? Of course. > 1. I'm using: jdk1.1.8_ELF.V99-6-3.tar.gz Hmm, that should work fine. Is it possible that somehow LD_LIBRARY and/or CLASSPATH is incorrectly setup and causing the wrong libraries and/or jar files to be picked. Or, maybe JAVA_HOME/JDK_HOME is setup incorrectly. Please check your environment to make sure nothing weird is being set (possibly for kaffe or something like that). > 2. The JDK scripts work fine (/usr/local/jdk1.1.8/javac), the correct > environment > variables get exported, and > /usr/local/jdk1.1.8/bin/i386/green_threads/java > gets executed with the right arguments. > 3. I also tried the ld-elf.so.1 as posted on the FreeBSD web page. It shouldn't be necessary on 3.2 or the new version of the JDK. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message