Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 57745 invoked from network); 4 Jan 2007 21:13:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2007 21:13:47 -0000 Received: (qmail 50096 invoked by uid 500); 4 Jan 2007 21:13:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 49776 invoked by uid 500); 4 Jan 2007 21:13:40 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 49759 invoked by uid 99); 4 Jan 2007 21:13:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 13:13:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of dns4@cornell.edu designates 128.253.83.141 as permitted sender) Received: from [128.253.83.141] (HELO authusersmtp.mail.cornell.edu) (128.253.83.141) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 13:13:30 -0800 Received: from [128.253.38.248] (dns4-comstock2132-a2-netopsxp2.ento.cornell.edu [128.253.38.248]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.13.1/8.12.10) with ESMTP id l04LD86c026981 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 4 Jan 2007 16:13:08 -0500 (EST) Message-ID: <459D6DE4.60009@cornell.edu> Date: Thu, 04 Jan 2007 16:13:08 -0500 From: David Smith User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: how to configure tomcat for Turkey? References: <70942bf00701041237i10f53acdoa1a3901cfb3f40c8@mail.gmail.com> In-Reply-To: <70942bf00701041237i10f53acdoa1a3901cfb3f40c8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Dharma General wrote: > (2) at present, i want to find out about an error message --- > > java.lang.NumberFormatException: For input string: "0,00" > at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source) > at java.lang.Float.parseFloat(Unknown Source) > > what is it? > > thx > Read the java api docs for java.lang.NumberFormatException and java.lang.Float. Specifically the following link should shed some light on the exception: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Float.html#valueOf(java.lang.String) There's also a link there to java.text.NumberFormat which should provide some methods for localized parsing of values. --David --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org