From owner-freebsd-questions@FreeBSD.ORG Fri Dec 2 23:40:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2061B16A41F for ; Fri, 2 Dec 2005 23:40:59 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F9843D98 for ; Fri, 2 Dec 2005 23:40:43 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id jB2Nebd29945 for ; Sat, 3 Dec 2005 00:40:37 +0100 Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id jB2NWiK12006; Sat, 3 Dec 2005 00:32:44 +0100 Message-ID: <4390DBA2.3090303@altern.org> Date: Sat, 03 Dec 2005 00:41:22 +0100 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051121) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mehmet Fatih AKBULUT References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Java error. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 23:40:59 -0000 Mehmet Fatih AKBULUT wrote: > hi all. > i tried to install java on my freebsd5.4 > but when installing got the error below. > any idea how to overcome this error ? > > > \ > fi > /usr/ports/java/jdk15/work/control/build/bsd-i586/gensrc/sun/nio/cs/StandardCharsets.java:226: > expected > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location > ^ > /usr/ports/java/jdk15/work/control/build/bsd-i586/gensrc/sun/nio/cs/StandardCharsets.java:226: > unclosed character literal > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location > ^ > /usr/ports/java/jdk15/work/control/build/bsd-i586/gensrc/sun/nio/cs/StandardCharsets.java:227: > ')' expected > private static final class Aliases > ^ > The errors you get are really weird. Maybe you should check if there isn't a quote (") missing somewhere before. I'm currently running jdk15 on current, and never had problems with it. If you still have the problem, could you send me the file /usr/ports/java/jdk15/work/control/build/bsd-i586/gensrc/sun/nio/cs/StandardCharsets.java ? Could you also tell us which version of linux-jdk you have ? Cheers, -- Gregory