Possible Duplicate:
My code compiles in Eclipse but I get a ClassNotFound at runtime how can I fix it?
I'm referencing Joda Time in an applet and when I debug inside Eclipse everything runs as expected. However when I export my jar file I get an error
java.lang.NoClassDefFoundError: org/joda/time/ReadableInstant
at runtime.
What am I missing?