Tuesday, July 28, 2009

Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle

Problem: keeps getting exception of a missing key from ResouceBundle

Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key low_battery_notification

Solution: Check the spelling and make sure the key is case-sensitive.
Turns out that low_battery_notification wasn't there, but low_Battery_notification was.