Date: Thu, 26 Oct 2000 08:02:15 +0800 From: "S.W.Liu" <hhh@ciac.jl.cn> To: "Tim Moore" <tmoore@ventecc.com> Cc: <questions@freebsd.org> Subject: Re: Java problems Message-ID: <001401c03edf$ffcfa000$0c00a8c0@122> References: <HMEJKJNLIJOJKBBDPHJMCEPFCIAA.tmoore@ventecc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: Tim Moore <tmoore@ventecc.com> To: <questions@FreeBSD.ORG> Sent: Thursday, October 26, 2000 3:39 AM Subject: Java problems > Has anyone installed the JDK 1.2.2 beta on their system i am having some > problems getting it installed this is my error > > [arcane:root(ttyp2)] 03:18PM 10/25/2000 GMT > (/home/tmoore/source-jdk1.2.2)[246]# sh buildscript > > ERROR: Your ALT_BOOTDIR environment variable does not point > to a valid JDK for bootstrapping this build. > A JDK 1.2 or 1.2.x build must be bootstrapped against > a 1.2-V (or later) build. Please update your ALT_BOOTDIR > setting, or just unset it, and try again. > You should install linux-base-6.1 and enable it when start up your system , and do the following : ln -sf /usr/compat/linux/usr/bin/expr /usr/bin/expr If you do not want to compile it youself, you can download one from http://swliu.home.sohu.com GOOD LUCK > gmake: *** [sanity] Error 1 > JDK build started at Wed Oct 25 15:18:36 GMT 2000. > JDK build finished at Wed Oct 25 15:18:36 GMT 2000. > > and the script i got from > http://web.inter.nl.net/users/kjkoster/java/index.html > > I followed everything like the webpage said but i get the error above any > help is greatly appreciated > > Tim > > #!/bin/sh > # > # Script to build JDK 1.2.2 for BSD > # > STARTTIME=`date` > > ALT_BOOTDIR=/usr/local/linux-jdk1.2.2 > export ALT_BOOTDIR > > ALT_MOTIF_DIR=/usr/X11R6 > export ALT_MOTIF_DIR > OPENWINHOME=/usr/X11R6 > export OPENWINHOME > > ALT_ODBCDIR=/usr/local > export ALT_ODBCDIR > > HAVE_DPS=yes > export HAVE_DPS > ALT_DPSDIR=/usr/X11R6 > export ALT_DPSDIR > > _JDK11DIR=/usr/local/jdk1.1.8 > export _JDK11DIR > > CC_VERSION=gcc > export CC_VERSION > > unset CLASSPATH > unset JAVA_HOME > unset JAVA_COMPILER > > ( cd work/build/bsd; gmake release-images ) > > echo "JDK build started at $STARTTIME." > echo "JDK build finished at "`date`"." > # > # -eof- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001401c03edf$ffcfa000$0c00a8c0>
