But again, resource oracle is better. On Tue, Jun 1, 2010 at 2:31 PM, Scott Blum <[email protected]> wrote:
> On Tue, Jun 1, 2010 at 2:10 PM, John Tamplin <[email protected]> wrote: > >> On Tue, Jun 1, 2010 at 1:01 PM, Scott Blum <[email protected]> wrote: >> >>> By the way, this also applies when doing a Class.forName(). If the class >>> you're trying to get might be a user-supplied class (as opposed to something >>> in gwt-user), you need to use the 3-arg version and pass the context class >>> loader. >> >> >> Ok, there are several places in the i18n generators that need to be fixed >> then. Is just checking the context class loader sufficient (ie, will it >> chain to the system classloader)? >> > > It should be sufficient for any user-provided resources. > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
