Hi, AFAIK there is no gwt-port of jodatime available. So you will not be able to use jodatime in your *client *or *shared *packages as this library dependencies are not present in the emulated JRE on the client. If you have a *DTO* layer, you can then easily convert your jodatime objects in to * java.util.Date* and use them in your client code.
HTH, Lukasz On Monday, April 15, 2013 11:36:15 PM UTC+2, Steve Morgan wrote: > > I'm using Jodatime in my GWT application, server only. I'm getting a > runtime message: java.lang.ClassNotFoundException: > org.joda.time.ReadableInstant. I have included Jodatime 1.6.2 in my project > build path. Do I need to add an <inherits ... statement as well? I am sure > it is something extremely simple, I just haven't found it. > Thanks, > Steve > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
