On 01/02/2010 20:18, Caldarale, Charles R wrote:
From: Peter Smith [mailto:[email protected]] Subject: "Currency code not supported", gcc 4.1, and related issuesjava.lang.IllegalArgumentException: The currency code, £, is not supported. at java.util.Currency.getInstance(libgcj.so.7rh)That's coming from GNU Java - which is not a useful JVM for running anything serious, such as Tomcat. You need to install a real JVM (Sun, IBM, JRockit) and try again.
... and when you do, you need to input something other than a currency symbol into that method. "GBP" will work, "£" will not.
p
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
