commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #12479] java.lang.ExceptionInInitializerError @ Decima


From: Andrew John Hughes
Subject: [commit-cp] [bugs #12479] java.lang.ExceptionInInitializerError @ DecimalFormatSymbols:163 when dealing with dates
Date: Mon, 28 Mar 2005 15:12:08 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Epiphany/1.4.7 (Debian package 1.4.7-3)

Follow-up Comment #1, bugs #12479 (project classpath):

The exception occurs in the following from java.util.Currency:

    try
      {
       
properties.load(Currency.class.getResourceAsStream("iso4217.properties"));
      }
    catch (IOException exception)
      {
        System.out.println("Failed to load currency resource: " +
exception);
      }

properties.load() throws a NullPointerException, presumably because
getResourceAsStream has returned null.  Do you have iso4217.properties in
your glibj.zip file?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12479>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]