On Thu, Mar 11, 2010 at 3:21 PM, Scott Blum <[email protected]> wrote:
> Actually, I'm at an impasse.... > > Right now, I'm getting a security exception in hosted mode trying to load > up java.util.Date$JsDate. So either I need to move this to a new package, > or else make some kind of infrastructure fix.... > > Thoughts? > Why is JsDate even being referenced in devmode? In that case, you should be running the stock JRE j.u.Date which has no such reference (nor the nested class). -- John A. Tamplin Software Engineer (GWT), Google -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
