GWT does not emulate all of core java's methods. Take a look at these: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/d18118d7fd4e8c26 http://groups.google.com/group/google-web-toolkit/browse_thread/thread/fad619b8d8789cb2
On 13 Οκτ, 19:51, Marc Graham <[email protected]> wrote: > I'm experimenting with GWT in Eclipse, moving right along, when I add > a String.format statement to my code. Namely: > String.format("%dpx", new Integer(adjWidth)); > I try testing it in the Chrome plugin. The plugin crashes and the > Development Mode tab contains the subject error. > > What?????? > > I'd appreciate anyone telling me what's going on. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
