From owner-freebsd-java Mon Mar 10 5:20:55 2003 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 617AF37B401 for ; Mon, 10 Mar 2003 05:20:54 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 689C543F93 for ; Mon, 10 Mar 2003 05:20:51 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h2AFWBmJ093293; Mon, 10 Mar 2003 15:32:11 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h2ADRcYS087357; Mon, 10 Mar 2003 15:27:38 +0200 (EET) (envelope-from ml) Date: Mon, 10 Mar 2003 15:27:38 +0200 From: Alexey Zelkin To: Sheldon Hearn Cc: Michael Spector , freebsd-java@FreeBSD.ORG Subject: Re: How to install Message-ID: <20030310152738.B87292@phantom.cris.net> References: <200303101448.08050.michael@zend.com> <20030310131832.GJ12316@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030310131832.GJ12316@starjuice.net>; from sheldonh@starjuice.net on Mon, Mar 10, 2003 at 03:18:32PM +0200 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Mon, Mar 10, 2003 at 03:18:32PM +0200, Sheldon Hearn wrote: > On (2003/03/10 14:48), Michael Spector wrote: > > > I have successfully compiled the JDK 1.4.1-p3 on FreeBSD 4.8-RC1. How > > do I install it, for example to: /usr/local/jdk1.4.1/ ? there's no any > > "make install". > > Have a look in control/build/bsd-i586 (ort equivalent) for the images > that have been built. > > For example, you could just: > > rm -rf /usr/local/jdk1.4.1 > cp -r ./control/build/bsd-i586 /usr/local/jdk1.4.1 Please don't if you don't want to waste 1.5 Gb of space :) To install something it's required to build images and copy bsd-i586/j2se-image/* to /usr/local/jdk1.4.1/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message