From owner-freebsd-java Tue Jun 6 9:20: 7 2000 Delivered-To: freebsd-java@freebsd.org Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210]) by hub.freebsd.org (Postfix) with ESMTP id 4219B37B620 for ; Tue, 6 Jun 2000 09:19:58 -0700 (PDT) (envelope-from past@netmode.ece.ntua.gr) Received: from netmode.ece.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ntua.gr (8.9.3/8.9.3) with ESMTP id TAA07420; Tue, 6 Jun 2000 19:19:09 +0300 (EET DST) Received: by netmode.ece.ntua.gr (Postfix, from userid 410) id 8071085C3; Tue, 6 Jun 2000 19:08:11 +0300 (EET DST) Date: Tue, 6 Jun 2000 19:08:11 +0300 From: Panagiotis Astithas To: John Daniels Cc: K.J.Koster@kpn.com, freebsd-java@FreeBSD.ORG Subject: Re: OpenJIT install Message-ID: <20000606190811.B27343@netmode.ece.ntua.gr> Reply-To: past@netmode.ntua.gr References: <20000606151232.29525.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000606151232.29525.qmail@hotmail.com>; from jmd526@hotmail.com on Tue, Jun 06, 2000 at 11:12:32AM -0400 X-Organizational-Unit: Network Management and Optimal Design Laboratory X-Organization: National Technical University of Athens, GREECE X-Work-Phone: +30-1-772-1-450 X-Work-FAX: +30-1-772-1-452 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 06, 2000 at 11:12:32AM -0400, John Daniels wrote: > >You should 'gmake install' after building. The page mentions this now > >that I looked. > > I do not see a 'gmake install' as part of the instructions on building > the JDK. But there *is* a 'gmake install' as part of the instructions > on building a JIT. (I followed the instructions for adding OpenJIT). > > Specifically, the section headings that K.J. Koster uses under "Howto's" > are: > > 1. Build the Port > Install required ports, > Create Work Directories, > Download JDK source, > Download patches, > Unpack and Apply Patches, > Create Build Script, > Build, > Install and Use <----- NOTE > 2. Install a JIT > 3. Build for FreeBSD 2.2.8 > > NOTE: There is no install step under "Install and Use". There would > appear to be three possibilities: > 1. The 'gmake release-images' within the build script that is run before > the "Install and Use" section also does an install, > 2. the 'gmake install' under "Install a JIT" also installs the JDK, > 3. the install step for the JDK is missing. Sorry, I thought you were talking about installing OpenJIT. To "install" the jdk, follow the instructions in the BUILD-RELEASE file. In summary: do a "gmake release-images" and copy the appropriate directory (probably jdk-image-i386, unless you have specific needs) in /usr/local/jdk1.2.2. For OpenJIT you could just rebuild it to avoid any troubles. The point is to re-run configure, so that it finds the correct jdk directory, in /usr/local, and then install it in the correct place. -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message