From owner-freebsd-java Tue Jun 20 1:46:54 2000 Delivered-To: freebsd-java@freebsd.org Received: from mbg.sphere.ne.jp (mbg.sphere.ne.jp [203.138.71.44]) by hub.freebsd.org (Postfix) with ESMTP id 20D2B37BD97 for ; Tue, 20 Jun 2000 01:46:47 -0700 (PDT) (envelope-from daichi@ongs.net) Received: from localhost (pl151.nas511.a-nagoya.nttpc.ne.jp [210.139.68.151]) by mbg.sphere.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id RAA05393; Tue, 20 Jun 2000 17:46:40 +0900 (JST) Date: Tue, 20 Jun 2000 17:47:04 +0900 (JST) From: "Daichi T.GOTO" To: Thomas Runge Subject: Re: FreeBSD JDK1.2.2 with patchset9 build is fail. Cc: freebsd-java@FreeBSD.ORG In-Reply-to: <394F2D5B.5AB641D9@rostock.zgdv.de> Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Mailer: =?iso-2022-jp?B?GyRCJGYkOhsoQiAxLjAwMA==?= Organization: =?iso-2022-jp?B?T05HUyAbJEIzK0gvSXQbKEI=?= Mime-Version: 1.0 Message-ID: <84711316.961490824260.JavaMail.daichi@localhost> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > "Daichi T.GOTO" wrote: > > > What is old jdk1.1.8? The latest jdk1.1.8 is bad for JDK1.2.2 building? > > /usr/ports/java/jdk > > FreeBSD's native 1.1.8. > > > > After installing that make that buildscript or set the environment > > > variables manually. ALT_BOOTDIR must point to the directory > > > where your linux jdk 1.2.2 is installed in. > > > > Yes I did it. But no work. > > Same message as before? Check your linux jdk. I installed from > /usr/ports/java/linux-jdk. If you installed manually, there may > be some problems, I'm not sure... I found the cause of this problem. The environment variable JAVA_COMPILER is setted to TYA. When I unset it, the build work is began fine :) Thank you. --- buildscript.org Tue Jun 20 17:40:46 2000 +++ buildscript Tue Jun 20 17:40:10 2000 @@ -21,6 +21,7 @@ unset CLASSPATH unset JAVA_HOME +unset JAVA_COMPILER ( cd work/build/freebsd; gmake release-images ) Daichi T.GOTO(ONGS) http://www.ongs.net/daichi, daichi@ongs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message