I remember having a similar problem a while back. I think I had to install some additional libraries to get it to work. Make sure you have GTK libraries installed.
-- Arthur Kalmenson On Thu, Jan 15, 2009 at 12:06 PM, gwt_newbie <[email protected]> wrote: > > I am trying to run GWTTestCase on Linux but it is failing with > following error. > > Can't load library: /home/acwguibuild/web_ui_patriots_nightly_build/ > gui/web_gui/lib/libswt-pi-gtk-3235.so > > > I have gone through the forum to find solution but nothing helped so > far. We have linux 32-bit and JVM 32-bit so no 64-bit issue here. I > made sure I have required gwt libs for linux in the classpath. > > I really need some help to figure this out. Your reply will be highly > appreciated. > > Thanks!!! > > > The detailed error output is here: > > - <message priority="info"> > - <![CDATA[ Caused an ERROR > ]]> > </message> > - <message priority="info"> > - <![CDATA[ Can't load library: /home/acwguibuild/ > web_ui_patriots_nightly_build/gui/web_gui/lib/libswt-pi-gtk-3235.so > ]]> > </message> > - <message priority="info"> > - <![CDATA[ java.lang.UnsatisfiedLinkError: Can't load library: /home/ > acwguibuild/web_ui_patriots_nightly_build/gui/web_gui/lib/libswt-pi- > gtk-3235.so > ]]> > </message> > + <message priority="info"> > - <![CDATA[ at java.lang.ClassLoader.loadLibrary(ClassLoader.java: > 1650) > ]]> > </message> > - <message priority="info"> > - <![CDATA[ at java.lang.Runtime.load0(Runtime.java:769) > ]]> > </message> > + <message priority="info"> > - <![CDATA[ at java.lang.System.load(System.java:968) > ]]> > </message> > - <message priority="info"> > - <![CDATA[ at org.eclipse.swt.internal.Library.loadLibrary > (Library.java:132) > ]]> > </message> > - <message priority="info"> > - <![CDATA[ at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22) > ]]> > </message> > - <message priority="info"> > - <![CDATA[ at org.eclipse.swt.internal.Converter.wcsToMbcs > (Converter.java:63) > ]]> > </message> > - <message priority="info"> > - <![CDATA[ at org.eclipse.swt.internal.Converter.wcsToMbcs > (Converter.java:54) > ]]> > </message> > - <message priority="info"> > - <![CDATA[ at org.eclipse.swt.widgets.Display.<clinit>(Display.java: > 126) > ]]> > </message> > - <message priority="info"> > - <![CDATA[ at com.google.gwt.dev.GWTShell.<clinit>(GWTShell.java:301) > ]]> > </message> > - <message priority="info"> > - <![CDATA[ at com.google.gwt.junit.client.GWTTestCase.runTest > (GWTTestCase.java:219) > ]]> > </message> > - <message priority="info"> > - <![CDATA[ at com.google.gwt.junit.client.GWTTestCase.run > (GWTTestCase.java:132) > ]]> > </message> > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
