Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 355440

Summary: NoClassDefFoundError on dateTimeLib.mdy
Product: z_Archived Reporter: broy2
Component: EDTAssignee: Project Inbox <edt.javagen-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: mheitz
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description broy2 CLA 2011-08-22 16:48:29 EDT
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.
Comment 1 Matt Heitz CLA 2011-08-23 09:14:19 EDT
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 ***