Community
Participate
Working Groups
Build Identifier: 20110831 Get NoClassDefFoundError when running the following program: program pgm type basicprogram function main() myDate date; end end Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/icu/util/Calendar at org.eclipse.edt.runtime.java.egl.lang.EDate.defaultValue(EDate.java:64) at pkg.pgm.main(pgm.java:25) at org.eclipse.edt.javart.resources.RunUnitBase.start(RunUnitBase.java:243) at pkg.pgm.main(pgm.java:15) Caused by: java.lang.ClassNotFoundException: com.ibm.icu.util.Calendar at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) Same thing happens with timeStamp. Reproducible: Always
Wow, I was just working on bug 355146 which will solve this problem. I hope to have it resolved by the end of the day tomorrow. *** This bug has been marked as a duplicate of bug 355146 ***