From owner-freebsd-java Mon Mar 10 5:18:41 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 7032937B401 for ; Mon, 10 Mar 2003 05:18:40 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF4643FE9 for ; Mon, 10 Mar 2003 05:18:37 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.12) id 18sNAm-0005KV-00; Mon, 10 Mar 2003 15:18:32 +0200 Date: Mon, 10 Mar 2003 15:18:32 +0200 From: Sheldon Hearn To: Michael Spector Cc: freebsd-java@freebsd.org Subject: Re: How to install Message-ID: <20030310131832.GJ12316@starjuice.net> Mail-Followup-To: Michael Spector , freebsd-java@freebsd.org References: <200303101448.08050.michael@zend.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200303101448.08050.michael@zend.com> User-Agent: Mutt/1.5.3i 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 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 > Why there's no jdk14 in ports? There wasn't one a few days ago, but there is now. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message