You need to edit your launch configuration, and add the -Xss4096k argument to the "VM arguments" under the "Arguments" tab. Some information on editing launch configurations can be found here:
http://code.google.com/eclipse/docs/running_and_debugging.html On Fri, May 15, 2009 at 6:22 PM, Soren Johnson <[email protected]>wrote: > > yes, I am using Eclipse with the Google plug-in. And it is a Web App > project > > On May 15, 2:10 pm, Rajeev Dayal <[email protected]> wrote: > > Are you using Eclipse? Is this a Web Application project? > > > > On Fri, May 15, 2009 at 4:32 PM, Soren Johnson <[email protected] > >wrote: > > > > > > > > > ok, I increased the size to -Xss4096k and now it works. However, the > > > compile button on the hosted browser doesn't work because I think it > > > uses the original stack size. Does anyone know how to change that? > > > thanks... > > > > > On May 15, 12:49 pm, Soren Johnson <[email protected]> wrote: > > > > what is the default size? does anyone know? (I am having > > > theStackOverflowErroras well...) > > > > > > On May 13, 2:49 pm, Jason Essington <[email protected]> > wrote: > > > > > > > you could try increasing the jvm stack size with the -Xss switch > and > > > > > see if that doesn't help > > > > > > > -jason > > > > > On May 13, 2009, at 12:56 PM, stefan asseg wrote: > > > > > > > > hi, > > > > > > > > i am migrating our open source web desktop framework > > > > > >http://code.google.com/p/hetras-gwt-framework/to1.6and it works > > > > > > fine with the official 1.6.4 release jars. as we definitely want > to > > > > > > use oophm, i checked out the latest gwt trunk and built it but > when i > > > > > > use the built jars including the gwt-dev-oophm.jar i get a > > > > > >StackOverflowErrorwhen compiling. > > > > > > our project uses a (slightly modified) gwt4nb build file. a newly > > > > > > created empty gwt4nb project does work with oophm, though. > > > > > > > > does anybody have the same problem or know what the problem could > be? > > > > > > > > i still use com.google.gwt.dev.GWTCompiler instead of the new > > > > > > com.google.gwt.dev.Compiler, could that be the problem? compiling > the > > > > > > project with the official 1.6.4 release jars and the GWTCompiler > > > > > > works, though. > > > > > > > > thanks for your help and input in advance. > > > > > > > > kind regards, > > > > > > stefan > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
