From owner-freebsd-java@FreeBSD.ORG Mon Feb 21 09:08:20 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 DD17016A4CE for ; Mon, 21 Feb 2005 09:08:20 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2A643D1F for ; Mon, 21 Feb 2005 09:08:16 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j1L9CbEL000742; Mon, 21 Feb 2005 11:12:37 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j1L9CbPS000741; Mon, 21 Feb 2005 11:12:37 +0200 (EET) (envelope-from ml) Date: Mon, 21 Feb 2005 11:12:37 +0200 From: Alexey Zelkin To: Clarence Chu Message-ID: <20050221091237.GB627@phantom.cris.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: Re: native jdk-1.4.2 on FreeBSD/amd64? 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, 21 Feb 2005 09:08:21 -0000 hi, On Sun, Feb 20, 2005 at 06:48:44PM +0800, Clarence Chu wrote: > hi there, > > i have not an amd64 yet, but i'm planning to have it soon. > > i donno whether it's possible to use the linux-jdk14 to bootstrap and > compile a native jdk-1.4.2 on freebsd/amd64. > > 'cos javac on jdk15 default to -source 1.5 -target 1.5 while > jdk14 default to -source 1.3 -target 1.3. > > also, the unavailability of java-plugins and javaws on jdk15 made me > think thrice to switch to amd64. There's no jdk 1.4.2 for FreeBSD/amd64, so only choice to go with native FreeBSD/amd64 -- is jdk15. But actually, I not sure if we'll have java plugin for amd64 -- Sun's sources restrict possiblity build of plugin for 32bit systems only -- so it's issue of separate research.