Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355440 - NoClassDefFoundError on dateTimeLib.mdy
Summary: NoClassDefFoundError on dateTimeLib.mdy
Status: CLOSED DUPLICATE of bug 355146
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-22 16:48 EDT by broy2 CLA
Modified: 2017-02-23 14:16 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***