Re: GWT 2.0 Mail sample runs ERROR in devmode

2009-12-10 Thread J.R
yes, you're right. change to java 6 is fine. On Dec 11, 12:08 am, Thad wrote: > This seems to be a problem with Java 5.  Running Java 6 makes it go > away.  See > > http://groups.google.com/group/google-web-toolkit/browse_thread/threa... > > On Dec 10, 4:27 am, "J

GWT 2.0 Mail sample runs ERROR in devmode

2009-12-10 Thread J.R
I got such errors while try to run Mail sample in GWT 2.0, both in FF3.5 and Chrome. Any one encountered this problem? 00:01:08.455 [ERROR] Unable to load module entry point class com.google.gwt.sample.mail.client.Mail (see associated exception for details) java.lang.VerifyError: (class: com/googl

Re: Personal config file

2009-02-04 Thread J.R
Are you mean to read the file inside the client or server side? I think you can try to use ClassLoader.getResourceAsStream() method. On Feb 4, 11:35 pm, archange wrote: > Hi there, > > I want to havre a personal config file (ie. confi.xml) for storing > some stuff needed for the application. > H

Re: how can i use external jar in gwt?

2008-12-18 Thread J.R
You can use any jars in GWT server side. But in GWT client side, the jar must be defined as a gwt-module, then could be used. I have been trapped by this question while I try to use XML-related jars in client side. On Dec 19, 7:23 am, benimx85 wrote: > i have to use jars in my project. these jar