Re: java.lang.NoClassDefFoundError: java.text.DecimalFormat
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
Ben Gardiner wrote: > Keith Boynton wrote: >> I have reached a problem I'm really struggling to resolve though. >> >> I'm successfully compiling my project and have managed to resolve >> quite a few "NoClassDefFoundError"s, by various methods. >> >> However the fix for this one is really eluding me... >> >> Exception in thread "main" java.lang.NoClassDefFoundError: >> java.text.DecimalFormat >> at gnu.xml.transform.Stylesheet.initDefaultDecimalFormat > This sounds very similar to the problem addressed in a previous thread: > http://old.nabble.com/SimpleDateFormat-td18000139.html. Perhaps the > solution is also similar: Yes, well spotted. The OP didn't mention Windows, though. Andrew.