I increased the Heap size to 1028M in Eclipse Cypal studio plugin VM args but i still get this error .
On Mar 31, 1:26 pm, Ghostcoder <[email protected]> wrote: > Thanks for the reply Adam ,can you tell me which revision are you > using from trunk . > > Which version of Java are you using with your project ,I am getting an > error when I complie my GWT 1.6+ project with the r5048 revision from > trunk and java 1.5 or 1.6. > > The error is given below > > Replacing GWT.runAsync with island loader calls > [ERROR] Unexpected internal compiler error > java.lang.StackOverflowError > at java.io.ObjectStreamClass.lookup(Unknown Source) > at java.io.ObjectOutputStream.writeObject0(Unknown Source) > at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source) > at java.io.ObjectOutputStream.writeSerialData(Unknown Source) > at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source) > at java.io.ObjectOutputStream.writeObject0(Unknown Source)........ > .... > .... > > On Mar 31, 12:56 am, Adam T <[email protected]> wrote: > > > HiGhostcoder, > > > You need to grab the trunk and compile it to use the RunAsync > > feature. > > > This is a useful > > guide:http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting > > > I'm using it quite heavily in an application I'm building and whilst > > very useful it can be a little frustrating when your download doesn't > > split as you expect (I've not got the SOYC tool the article mentions > > up and running yet). Still, the results are pretty impressive. > > > //Adam > > > On 30 Mar, 20:35,Ghostcoder<[email protected]> wrote: > > > > My application is very huge and the HTML file with script is huge ,so > > > I like to split the script size into small chunks so that the load > > > time is better. > > > > I have seen some post on runasync feature in GWT ,I like to test that > > > feature can someone suggest the correct stable revision which i can > > > use to test this feature. > > > > Any usage document on Runasync would be really helpful. > > > > Do we need JAVA SDK 1.6 to build the source code in the trunk? > > > > I had posted a similar question in the forum a few days back but under > > > a wrong thread so sorry for posting the query once again . > > > >http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa... > > > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
