From owner-freebsd-java Fri Jan 30 11:27:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01086 for java-outgoing; Fri, 30 Jan 1998 11:27:59 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA01078 for ; Fri, 30 Jan 1998 11:27:57 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.106] by iglou.com with esmtp (8.7.3/8.6.12) id 0xyM6O-0000U7-00; Fri, 30 Jan 1998 14:27:49 -0500 Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199801301917.MAA03340@vax.dyn.ml.org> Date: Fri, 30 Jan 1998 14:27:47 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: tzsg@bewellnet.com Subject: RE: jdk115 installation problems Cc: FreeBSD-Java@FreeBSD.ORG Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" A more stable version is availible at: ftp://hub.freebsd.org/pub/incoming/java/jdk1.1.5.tar.gz This is compiled agains Motif, which makes it run much better. Damon, the guy who did your port, is a member of the team who developed this one. See http://www.cre8tivegroup.com/jdk115.html for specifics. I would say the current problems you are having is due to either the shell expected (/bin/ksh) or not having CLASSPATH set. The new version doesn't require ksh. And the web page explains how to set the CLASSPATH. Patrick On 30-Jan-98 tzsg@bewellnet.com wrote: > > Hi. What am i doing wrong here? > > bash# /usr/local/jdk1.1.5/bin/i386/green_threads/java -version > java version "jdk1.1-dap:1998/01/22-11:56" > > bash# /usr/local/jdk1.1.5/bin/java <--script wrapper > Segmentation fault (core dumped) > > bash# /usr/local/jdk1.1.5/bin/javac > Segmentation fault - core dumped > > bash# /usr/local/jdk1.1.5/bin/i386/green_threads/javac > Unable to initialize threads: cannot find class java/lang/Thread > > bash# export CLASSPATH="/usr/local/jdk1.1.5/lib/classes.zip" > bash# /usr/local/jdk1.1.5/bin/i386/green_threads/javac > Unable to initialize threads: cannot find class java/lang/Thread > > weird, ha? > what can i do about to resolv this? > thanks