From owner-freebsd-java@FreeBSD.ORG Mon Feb 7 07:35:30 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E3516A4CE for ; Mon, 7 Feb 2005 07:35:30 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41BF143D3F for ; Mon, 7 Feb 2005 07:35:29 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id j178CQeM002440; Mon, 7 Feb 2005 10:12:26 +0200 Received: from localhost (achill@localhost)j178COhY002436; Mon, 7 Feb 2005 10:12:25 +0200 Date: Mon, 7 Feb 2005 10:12:24 +0200 (EET) From: Achilleus Mantzios To: Andrew Holt In-Reply-To: <5f2cbeef829dc7c916e4d54e1d68290b@4asolutions.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT cc: freebsd-java@freebsd.org Subject: Re: sun jdk 1.4.2_02 and freebsd 5.2 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 07:35:30 -0000 O Andrew Holt έγραψε στις Feb 5, 2005 : > Hi, > > I found you mail regarding java and FreeBSD. > > I have installed diablo-jdk-1.3.1.0 on FreeBSD 5.2.1 when I run > > /usr/local/diablo-jdk1.3.1/bin/java -version > > I get > > Segmentation fault (core dumped) > > /usr/local/diablo-jdk1.3.1/bin/java > > Also in you mail you say > > > > An alternative is to install the Diablo JDK or JRE, which are > > pre-compiled native code, but only Java 1.3.1 and they have to run in > > FreeBSD 4.x compatability mode. > > > > I am unclear what you mean by "FreeBSD 4.x compatability mode" I have > the compat4x package, is there something else I need to do ? Yes, make sure you have the line options COMPAT_FREEBSD4 # Compatible with FreeBSD4 in your kernel config file, and then build, install the new kernel if not. If that is not the root of the problem, further investigation is needed. > > Any help or suggestions much appreciated. > > Regards, > Andrew > > > ============================================ > Andrew Holt, Managing Director > 4A Solutions Ltd. > > Office : +44(0)1257 268351 > Mobile: +44(0)7841 340608 > email: andrew.holt@4asolutions.co.uk > > veritas vos liberabit -- The truth will set you free > ============================================ > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- -Achilleus