I'm assuming you meant that you attempted to reference
java.util.Calendar in your application.  You can't reference arbitrary
Java classes in client-side GWT, only the ones that GWT emulates:

http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsCompatibility.html

http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html#Package_java_util

On Jun 22, 10:41 am, Ashish <ashishgovindsax...@gmail.com> wrote:
> Hi,
>
> There is one static methond which is called by onModuleLoad() method.
> that method use java.util.calendar object. when i try to run this it
> gives me " No source code is available for type java.util.Calendar; "
> Even i have added java source jar file in my java build path.
>
> any one can help me on this ?
>
> thanks! Ashish

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to