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=google-web-toolkit-doc-1-5&t=RefJreEmulation
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 -~----------~----~----~----~------~----~------~--~---
