You are not logged in.

#1 2009-07-17 04:12:11

josenj
Member
Registered: 2008-02-03
Posts: 4

Google Web Toolkit on Arch64

Hello,

I'm trying to get GWT to work under 64bit Arch.  I can use jdk 64 fine to compile stuff but I can't use hosted mode because it needs 32 bit libs.  I installed bin32-jre from AUR.

I ran

export PATH=/opt/bin32-jre/jre/bin:$PATH

So that the 32bit version of java is used and confirmed it by typing "which java" but I get the following after I run the "ant hosted" command:

[java] Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/gwt/libswt-pi-gtk-3235.so: /opt/gwt/libswt-pi-gtk-3235.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch

Anybody able to get GWT running on their 64 bit Arch?  I really would like to use hosted mode.  I already know I can just compile apps and test it with a web browser.

Offline

Board footer

Powered by FluxBB