The problem is that GWT bundles the 32-bit version of SWT, which it requires in order to run the hosted browser. So, you can install the plugin under a 64-bit version of Eclipse. However, you'll have to use a 32-bit JDK for your GWT projects in Eclipse. The next version of GWT (or, if you build GWT from the trunk) supports Out-of-Process-Hosted-Mode (OOPHM). This allows you to debug your application against a real browser running on the platform, instead of GWT's hosted browser. As a result, GWT no longer needs to bundle SWT, so you'll be able to use a 64-bit JDK with your GWT project.
On Fri, Jul 10, 2009 at 3:14 AM, matthieu vidal <[email protected]>wrote: > > I have the same request about 64-bit Linux support !! > > On Jul 10, 8:56 am, pappfer <[email protected]> wrote: > > I'm also waiting for this plugin. > > It'd be the best if one would come with 64-bit Linux support, too. I > > know I can make it work with 32-bit JRE, but still... it's just not > > the same. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
