From owner-freebsd-java Tue Dec 22 08:05:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08014 for freebsd-java-outgoing; Tue, 22 Dec 1998 08:05:55 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08008 for ; Tue, 22 Dec 1998 08:05:53 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA02455; Tue, 22 Dec 1998 09:04:37 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA06123; Tue, 22 Dec 1998 09:04:36 -0700 Date: Tue, 22 Dec 1998 09:04:36 -0700 Message-Id: <199812221604.JAA06123@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mark Tinguely Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK1.1.7.V98-12-21 released In-Reply-To: <199812221515.JAA26695@plains.NoDak.edu> References: <199812221515.JAA26695@plains.NoDak.edu> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > has anyone else had problems with the 'appletviewer' with JDK1.1.7.V98-12-21? > On all of the FreeBSD-2.2.8-RELEASE machines and XFree86 3.3.3 that I > tried this on, the demo applets will not display, but the applet will use > all idle CPU cycles they can get as if there is a loop. the November release > does not do this. Hmm, I just noticed that appletviewer's shell script is hosed up, and it probably happened when I tried to merge in the changes from Sun. *sigh* I don't have time to reroll a new release as I'm heading off to my parents for Christmas, but the fix is rather easy. in /usr/local/jdk1.1.7/bin/i386/green_threads/appletviewer, the following lines should exist: # Run the applet viewer. We hardware the debugger's class -- oh well. # curdir=`dirname $0` # This line is missing... if test "$debugging" = "true" then if [ -x $curdir/java_g_X ]; then .... curdir should be set else the appletviewer won't work. :( Try that change and let me know (soonish... :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message