I hope this is the correct place to post this.  I recently installed v1.2.1 of joda-time, and created a quick test of the IslamicCalendar.  However, it throws an exception due to a missing resource in joda-time. Below is the code snippet, and the exception.  In my install there is no folder entitled 'data' in the 'tz' folder.
   How can I correct this, or ...??
 
thanks,
brad
 
--------------------------------
  DateTime dtISO = new DateTime();
  DateTime dtIslamic = dtISO.withChronology(IslamicChronology.getInstance());
--------------------------------
Exception in thread "main" java.io.IOException: Resource not found: "org/joda/time/tz/data/ZoneInfoMap" ClassLoader: [EMAIL PROTECTED]
at org.joda.time.tz.ZoneInfoProvider.openResource(ZoneInfoProvider.java:206)
at org.joda.time.tz.ZoneInfoProvider.<init>(ZoneInfoProvider.java:123)
at org.joda.time.tz.ZoneInfoProvider.<init>(ZoneInfoProvider.java:82)
at org.joda.time.DateTimeZone.getDefaultProvider(DateTimeZone.java:435)
at org.joda.time.DateTimeZone.setProvider0(DateTimeZone.java:389)
at org.joda.time.DateTimeZone.<clinit>(DateTimeZone.java:113)
at org.joda.time.chrono.GregorianChronology.<clinit>(GregorianChronology.java:74)
at org.joda.time.chrono.ISOChronology.<clinit>(ISOChronology.java:66)
at org.joda.time.base.BaseDateTime.<init>(BaseDateTime.java:61)
at org.joda.time.DateTime.<init>(DateTime.java:77)
at com.seattlesoftwarefactory.athanmobile.ui.athanmobile.main(athanmobile.java:25)
-----------------------------------------------------------


Yahoo! Mail
Use Photomail to share photos without annoying attachments.