From owner-freebsd-java@FreeBSD.ORG Mon Sep 5 07:16:00 2005 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 AF3DF16A41F for ; Mon, 5 Sep 2005 07:16:00 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 630B143D45 for ; Mon, 5 Sep 2005 07:15:58 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j857FgID022603; Mon, 5 Sep 2005 10:15:42 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.159] (pc159.ebs.gr [10.1.1.159]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j857Fi2Z083042; Mon, 5 Sep 2005 10:15:44 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <431BF09B.2010308@ebs.gr> Date: Mon, 05 Sep 2005 10:15:39 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Arvind Nahata References: <20050905061515.63095.qmail@web50106.mail.yahoo.com> In-Reply-To: <20050905061515.63095.qmail@web50106.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: Compiling and installing JDK 1.4 on FreeBSD 5.4 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: Mon, 05 Sep 2005 07:16:00 -0000 Arvind Nahata wrote: > I have downloaded the JDK 1.4 source code from Sun's > site and Patchset 7 for JDK 1.4 from eyesbeyond.com > > I am unable to find the way to now compile and deploy > the JDK on my FreeBSD 5.4 installation. > > Your help will be much appreciated. > > Thanks! It is very simple: # cd /usr/ports/java/jdk14 # make install Provided that you have the source archives in /usr/ports/distfiles and you have enabled linux compatibility mode, of course. Cheers, Panagiotis