From owner-freebsd-questions@FreeBSD.ORG Tue Aug 31 17:14:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F023316A4CE for ; Tue, 31 Aug 2004 17:14:55 +0000 (GMT) Received: from acidy.com (iade006wl01.blackmesh.com [216.66.28.50]) by mx1.FreeBSD.org (Postfix) with SMTP id 302DD43D2D for ; Tue, 31 Aug 2004 17:14:55 +0000 (GMT) (envelope-from steve@acidy.com) Received: (qmail 13676 invoked by uid 512); 31 Aug 2004 17:14:54 -0000 Received: from steve@acidy.com by terrence by uid 510 with qmail-scanner-1.21st (clamdscan: 0.70rc. spamassassin: 2.63. Clear:RC:1(212.44.26.32):. Processed in 0.785007 secs); 31 Aug 2004 17:14:54 -0000 Received: from unknown (HELO apollo.howes-macnaghten.com) (212.44.26.32) by acidy.com with SMTP; 31 Aug 2004 17:14:53 -0000 Received: from steve ([192.168.42.70]) by apollo.howes-macnaghten.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 31 Aug 2004 18:14:52 +0100 From: "Steve Hodgson" To: "'T Kellers'" , Date: Tue, 31 Aug 2004 18:14:52 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <200408311301.12580.kellers@njit.edu> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-OriginalArrivalTime: 31 Aug 2004 17:14:52.0567 (UTC) FILETIME=[07611270:01C48F7E] cc: 'Chip' Subject: RE: java install errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 17:14:56 -0000 >> -------------------- >> Java HotSpot(TM) Client VM warning: Can't detect initial thread >> stack location >> /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java >> /util/Curr ency Data.java:1: 'class' or 'interface' expected=20 >> Java HotSpot(TM) Client VM warning: Can't detect initial thread >> stack location ^ >>=20 > /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/ > util/Currency >> Data.java:1: unclosed character literal >> Java HotSpot(TM) Client VM warning: Can't detect initial thread >> stack location ^ >>=20 >> Stop in /usr/ports/java/jdk14. >> ------------------ >> What needs to be done to make this actually install correctly? >> Thanks, Chip=20 >>=20 I had this happen to me a couple of times, and the cause (for me) was = that I hadn't setup linux emulation properly. This message (from a google = search) seems to sum it up:=20 http://www.mail-archive.com/freebsd-questions@freebsd.org/msg60015.html IIRC, I had to "make clean" in /usr/ports/java/jdk14 to get it work = again once this had happened. Steve