1. What is the background on needing native C libs on the OS? See the
below...
2. how can the below be resolved?
3. Am I reading the error right? GWT requires eclipse libs too?
1) testSomething...java.lang.UnsatisfiedLinkError: .....m2/repository/
com/google/gwt/gwt-dev/1.7.0/libswt-pi-gtk-3235.so: /home/export/
hanasaki/.m2/repository/com/google/gwt/gwt-dev/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)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
219)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:132)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---