From owner-freebsd-java@FreeBSD.ORG Wed Nov 1 18:58:49 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 37CC216A504 for ; Wed, 1 Nov 2006 18:58:49 +0000 (UTC) (envelope-from wfe.dehaan@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C1E43DC9 for ; Wed, 1 Nov 2006 18:58:27 +0000 (GMT) (envelope-from wfe.dehaan@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1919930wxd for ; Wed, 01 Nov 2006 10:57:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jn/8nmGlWf+dgcLix8owqD6pDjsQhiqyM0ofmTpjwICiM4bJRcJ9Iiw4hnq5O5w0Cmgqk5NHGSnbDDx7DyQkgl+jkUnPBGrmujJHms4XihkmlZ4EXevuOc40mI+btLpZLUtBdxLaM7Ux4dVpIQK8ytRxCnT7uP3qR0oD7ftK7d8= Received: by 10.70.100.1 with SMTP id x1mr9983557wxb; Wed, 01 Nov 2006 10:57:56 -0800 (PST) Received: by 10.70.112.5 with HTTP; Wed, 1 Nov 2006 10:57:56 -0800 (PST) Message-ID: Date: Wed, 1 Nov 2006 19:57:56 +0100 From: "Ernst de Haan" To: "Michael Matczynski" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-java@freebsd.org Subject: Re: Java on FreeBSD 4.8 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 18:58:49 -0000 Michael, > I'm trying to use Java on a FreeBSD 4.8-STABLE computer, but unfortunately > only Kaffe 1.0.7 is installed (Java 1.1 support). I've noticed that the > FreeBSD java ports page indicates that the JDK 1.4 port is supported on 4.8. > However, after reading BUILD I see that a working Java SDK 1.4.x is required > to bootstrap. > > Any suggestions on making this work or where to start? I've been away for awhile, but last time I checked, you would typically: - enable Linux emulation (if it's not enabled) - install a (binary) Linux JDK - build the native JDK from source - uninstall the binary Linux JDK - disable the Linux emulation (if appropriate) Cheers, Ernst