From owner-freebsd-questions Wed Oct 25 12:43: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ventecc.com (unknown [209.49.149.230]) by hub.freebsd.org (Postfix) with ESMTP id 9A8A937B479 for ; Wed, 25 Oct 2000 12:42:59 -0700 (PDT) Received: from STEPHEN [192.168.0.58] by mail.ventecc.com (SMTPD32-6.04) id A6EB380298; Wed, 25 Oct 2000 15:39:23 -0400 From: "Tim Moore" To: Subject: Java problems Date: Wed, 25 Oct 2000 15:39:23 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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