Re: GWT 1.6 works on 64 bits?

2009-03-11 Thread Kristal
Hi, I experienced troubles running my gwt app on a 64 architecture (ubuntu). Apparently the problem comes from the hosted mode that relies on a 32 bits version of mozilla. This problem could be solved by installing a 32 environment with chroot, and I read that gwt coders where planing on changing

Bug - GWT1.1.0 - Loading Jar file modules generated from Eclipse

2008-09-30 Thread Kristal
My problem the same as aglaforge's, and I am still working on it. So I find this discussion very interesting. I have a GWT module, say MyGWT. I also have a java class, say org.Foo, packaged in a jar file, say foo.jar. foo.jar contains the source files, and Foo is Serializable. after specifying i