Community
Participate
Working Groups
Build Identifier: 20110819 Generate and run using dateTimeLib.mdy. Get: Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/icu/util/Calendar Reproducible: Always Steps to Reproduce: 1.myDate date; 2.myDate = dateTimeLib.mdy(4, 23, 1981); 3.Gen and run. 4.Get exception.
The Java runtime depends on the ICU4J library for its date/time functionality, but at the moment we don't put ICU4J into your project. This is covered by bug 355146. In the meantime you can download the jar from http://download.icu-project.org/files/icu4j/3.8.1/icu4j-3_8_1.jar and put it into your project's Java build path. *** This bug has been marked as a duplicate of bug 355146 ***