From owner-freebsd-java Thu Mar 15 16:45:29 2001 Delivered-To: freebsd-java@freebsd.org Received: from brave.vnet (IP1A0372.aic.mesh.ad.jp [211.13.107.118]) by hub.freebsd.org (Postfix) with ESMTP id A55BF37B719 for ; Thu, 15 Mar 2001 16:45:26 -0800 (PST) (envelope-from daichi@ongs.gr.jp) Received: from localhost (localhost [127.0.0.1]) by brave.vnet (8.11.1/8.11.1) with ESMTP id f2G0jcH00739; Fri, 16 Mar 2001 09:45:40 +0900 (JST) (envelope-from daichi@ongs.gr.jp) Date: Fri, 16 Mar 2001 09:45:38 +0900 (JST) From: Daichi GOTO To: Greg Lewis Subject: Re: Tomcat for BSD (was: RE: Trying to Create a simple Bean) Cc: freebsd-java@FreeBSD.ORG In-Reply-to: <20010316110102.A94906@misty.eyesbeyond.com> Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Mailer: =?iso-2022-jp?B?GyRCJGYkOhsoQiAxLjAwMA==?= Organization: ONGS Mime-Version: 1.0 Message-ID: <84761704.984703538703.JavaMail.daichi@localhost> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > A13_FLAGS=-I${APACHE_HOME}/include > > > > ## I assume this one is set up already > > -# JAVA_HOME= > > +JAVA_HOME?=/usr/local/jdk1.2.2 > > You shouldn't need this one if you either set JAVA_HOME in your environment > correctly or you set it on the make command line. However, it doesn't > hurt, especially with a reasonable default like this. Usually you do installation work as root. And root done not set JAVA_HOME environment variable usually. So I thought this modification is useful for a lot of people. Daichi T.GOTO(ONGS) http://www.ongs.net/daichi, daichi@ongs.gr.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message