As an FYI, the next release of GWT will no longer require that you use a
32-bit JVM. It will support a mode of execution known as
"Out-of-process-hosted-mode". Instead of debugging your application using
the hosted browser, you'll be able to debug it while it runs in a real
browser. Since the hosted browser will no longer be required, neither will
the 32-bit SWT libraries that we bundle. If you're adventurous, you can try
out this functionality right now - check out the GWT source, and do a trunk
build. It should work with the plugin.

On Tue, Aug 4, 2009 at 1:32 PM, Yuri C <che...@gmail.com> wrote:

>
> I can't wait for GWT to get 64-bit support.
> All of our servers are 64 bit linux machines which allows us to take
> advantage of having 4Gb+ of RAM available.
>
> Even my mom says that 32bit is already retro ;)
>
> Installing 32bit JRE worked for me but I only consider it as a
> temporary work around.
> Otherwise I love GWT!
>
> On Aug 3, 1:37 pm, Max <max.seven....@gmail.com> wrote:
> > Thanks Jason,
> >
> > I will try to install 32bit java
> > sudo apt-get install ia32-sun-java6-bin
> >
> > On Aug 3, 8:02 pm, Jason Parekh <jasonpar...@gmail.com> wrote:
> >
> > > The Google Plugin does support64-bit, but right now GWT still requires
> a
> > > 32-bitJRE.
> >
> > > What you can do is go to your launch configuration (Run -> Run
> > > configurations, and find the Web Application launch config) and update
> its
> > > JRE to a 32-bitversion.
> >
> > > jason
> >
> > > On Mon, Aug 3, 2009 at 12:53 PM, Max <max.seven....@gmail.com> wrote:
> >
> > > > Does google plugin support 64bit? What could course that problem?
> >
> > > > I created project and Run as -> Web Application
> >
> > > > Exception in thread "main" java.lang.UnsatisfiedLinkError:
> /home/user/
> > > > my/tools/eclipse/plugins/
> > > > com.google.gwt.eclipse.sdkbundle.linux_1.7.0.v200907131030/gwt-
> > > > linux-1.7.0/libswt-pi-gtk-3235.so:
> /home/user/my/tools/eclipse/plugins/
> > > > com.google.gwt.eclipse.sdkbundle.linux_1.7.0.v200907131030/gwt-
> > > > linux-1.7.0/libswt-pi-gtk-3235.so: wrong ELF class: ELFCLASS32
> > > > (Possible cause: architecture word width mismatch)
> > > >        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> > > >        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
> > > >        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
> > > >        at java.lang.Runtime.load0(Runtime.java:770)
> > > >        at java.lang.System.load(System.java:1003)
> > > >        at
> org.eclipse.swt.internal.Library.loadLibrary(Library.java:132)
> > > >        at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
> > > >        at
> org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
> > > >        at
> org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
> > > >        at org.eclipse.swt.widgets.Display.<clinit>(Display.java:126)
> > > >        at com.google.gwt.dev.SwtHostedModeBase.<clinit>
> > > > (SwtHostedModeBase.java:82)
> > > > Could not find the main class: com.google.gwt.dev.HostedMode.
>  Program
> > > > will exit.
> >
> > > > Cheers, Max
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to