Date: Wed, 25 Oct 2000 15:39:23 -0400 From: "Tim Moore" <tmoore@ventecc.com> To: <questions@freebsd.org> Subject: Java problems Message-ID: <HMEJKJNLIJOJKBBDPHJMCEPFCIAA.tmoore@ventecc.com>
next in thread | raw e-mail | index | archive | help
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. 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?HMEJKJNLIJOJKBBDPHJMCEPFCIAA.tmoore>