Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2000 17:47:04 +0900 (JST)
From:      "Daichi T.GOTO" <daichi@ongs.net>
To:        Thomas Runge <runge@rostock.zgdv.de>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: FreeBSD JDK1.2.2 with patchset9 build is fail.
Message-ID:  <84711316.961490824260.JavaMail.daichi@localhost>
In-Reply-To: <394F2D5B.5AB641D9@rostock.zgdv.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> "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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84711316.961490824260.JavaMail.daichi>