Hi everybody,

* That link is for Java classes that can be used on the client side, not
the server side. On the server side you can use any Java classes you
want.
 *
This seems a bit confusive statement.As per my knowledge ,Packages mention 
in JRE Emulation for GWT
on this location 
(http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=RefJreEmulation
 
 )are applied to Both server as well as client.

And also,for the same functionalitiy, I came to knew that we can call  a 
external java script function
(resposible for creating and writing files) inside a GWT Code (client side) 
using JSNI .Is this a good solution?

Please correct if I am wrong at any point.

Regards,
Manish




----- Original Message ----- 
From: "Arthur Kalmenson" <[EMAIL PROTECTED]>
To: "Google Web Toolkit" <[email protected]>
Sent: Monday, September 29, 2008 4:41 AM
Subject: Re: * No source code is available for type java.io.BufferedWriter; 
did you forget to inherit a required module?*



That link is for Java classes that can be used on the client side, not
the server side. On the server side you can use any Java classes you
want.

Regards,
Arthur Kalmenson

On Sep 28, 11:21 am, Adam T <[EMAIL PROTECTED]> wrote:
> Too add to Lothar's comment, you can find which Java classes you can
> use on server side by referring 
> here:http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=goog...
>
> BufferedWriter and FileWriter are not included for the reasons already
> stated.
>
> //A
>
> On 27 Sep, 11:53, "Manish Kumar" <[EMAIL PROTECTED]> wrote:
>
> > Hi everybody,
>
> > Thanks all of you for providing continuos support to each other.
>
> > I am trying to write a file on GWT Client ( inside the method
> > onModuleLoad )using BufferedWriter and FileWriter.
>
> > The problem is that It is compiled successfuly but on the run time it 
> > gives
> > :
>
> > * No source code is available for type java.io.BufferedWriter; did you
> > forget to inherit a required module?*
> > * No source code is available for type java.io.FileWriter; did you 
> > forget to
> > inherit a required module?*
> > * No source code is available for type java.io.IOException; did you 
> > forget
> > to inherit a required module?*
>
> > These seem a bit sily errors as I might not have included some required
> > module or jar file,But troubling me a lot.
>
> > I am using eclipse IDE and added all the jars to avoid any compilation
> > error.
>
> > And also is there any certian way to add module/lib/classpath for the 
> > same.
>
> > Usually I use *configure Build Path* and manual edit of gwt.xml.
>
> > Does this make any difference?
>
> > Can anybody please help me out to simulate which is the required for the
> > same?
>
> > Thanking in advance.
>
> > Regards
> > Manish


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to